public class L_Bmf
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Bmf.ByReference |
|
static class |
L_Bmf.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
baseline1 |
baseline offset for ascii 33 - 57
C type : l_int32 |
int |
baseline2 |
baseline offset for ascii 58 - 91
C type : l_int32 |
int |
baseline3 |
baseline offset for ascii 93 - 126
C type : l_int32 |
com.sun.jna.ptr.IntByReference |
baselinetab |
table mapping ascii --> baseline offset
C type : l_int32* |
com.sun.jna.Pointer |
directory |
directory containing font bitmaps
C type : char* |
com.sun.jna.ptr.IntByReference |
fonttab |
table mapping ascii --> font index
C type : l_int32* |
int |
kernwidth |
pixel dist between char bitmaps
C type : l_int32 |
int |
lineheight |
max height of line of chars
C type : l_int32 |
Pixa.ByReference |
pixa |
pixa of bitmaps for 93 characters
C type : Pixa* |
int |
size |
font size (in points at 300 ppi)
C type : l_int32 |
int |
spacewidth |
pixel dist between word bitmaps
C type : l_int32 |
int |
vertlinesep |
extra vertical space between text lines
C type : l_int32 |
| Constructor | Description |
|---|---|
L_Bmf() |
table mapping ascii --> char width
C type : l_int32* |
L_Bmf(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic Pixa.ByReference pixa
public int size
public com.sun.jna.Pointer directory
public int baseline1
public int baseline2
public int baseline3
public int lineheight
public int kernwidth
public int spacewidth
public int vertlinesep
public com.sun.jna.ptr.IntByReference fonttab
public com.sun.jna.ptr.IntByReference baselinetab
Copyright © 2026. All rights reserved.