@Name(value="L_Bmf") public static class lept.L_BMF extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
L_BMF()
Default native constructor.
|
L_BMF(long size)
Native array allocator.
|
L_BMF(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
baseline1()
baseline offset for ascii 33 - 57
|
lept.L_BMF |
baseline1(int baseline1) |
int |
baseline2()
baseline offset for ascii 58 - 91
|
lept.L_BMF |
baseline2(int baseline2) |
int |
baseline3()
baseline offset for ascii 93 - 126
|
lept.L_BMF |
baseline3(int baseline3) |
IntPointer |
baselinetab()
table mapping ascii --> baseline offset
|
lept.L_BMF |
baselinetab(IntPointer baselinetab) |
BytePointer |
directory()
directory containing font bitmaps
|
lept.L_BMF |
directory(BytePointer directory) |
IntPointer |
fonttab()
table mapping ascii --> font index
|
lept.L_BMF |
fonttab(IntPointer fonttab) |
int |
kernwidth()
pixel dist between char bitmaps
|
lept.L_BMF |
kernwidth(int kernwidth) |
int |
lineheight()
max height of line of chars
|
lept.L_BMF |
lineheight(int lineheight) |
lept.PIXA |
pixa()
pixa of bitmaps for 93 characters
|
lept.L_BMF |
pixa(lept.PIXA pixa) |
lept.L_BMF |
position(long position) |
int |
size()
font size (in points at 300 ppi)
|
lept.L_BMF |
size(int size) |
int |
spacewidth()
pixel dist between word bitmaps
|
lept.L_BMF |
spacewidth(int spacewidth) |
int |
vertlinesep()
extra vertical space between text lines
|
lept.L_BMF |
vertlinesep(int vertlinesep) |
IntPointer |
widthtab()
table mapping ascii --> char width
|
lept.L_BMF |
widthtab(IntPointer widthtab) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_BMF()
public L_BMF(long size)
Pointer.position(long).public L_BMF(Pointer p)
Pointer.Pointer(Pointer).public lept.L_BMF position(long position)
public lept.PIXA pixa()
public lept.L_BMF pixa(lept.PIXA pixa)
public lept.L_BMF size(int size)
@Cast(value="char*") public BytePointer directory()
public lept.L_BMF directory(BytePointer directory)
public lept.L_BMF baseline1(int baseline1)
public lept.L_BMF baseline2(int baseline2)
public lept.L_BMF baseline3(int baseline3)
public lept.L_BMF lineheight(int lineheight)
public lept.L_BMF kernwidth(int kernwidth)
public lept.L_BMF spacewidth(int spacewidth)
public lept.L_BMF vertlinesep(int vertlinesep)
@Cast(value="l_int32*") public IntPointer fonttab()
public lept.L_BMF fonttab(IntPointer fonttab)
@Cast(value="l_int32*") public IntPointer baselinetab()
public lept.L_BMF baselinetab(IntPointer baselinetab)
@Cast(value="l_int32*") public IntPointer widthtab()
public lept.L_BMF widthtab(IntPointer widthtab)
Copyright © 2019. All rights reserved.