@Name(value="L_Bmf") @Properties(inherit=leptonica.class) public class L_BMF extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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
|
L_BMF |
baseline1(int setter) |
int |
baseline2()
baseline offset for ascii 58 - 91
|
L_BMF |
baseline2(int setter) |
int |
baseline3()
baseline offset for ascii 93 - 126
|
L_BMF |
baseline3(int setter) |
IntPointer |
baselinetab()
table mapping ascii --> baseline offset
|
L_BMF |
baselinetab(IntPointer setter) |
BytePointer |
directory()
directory containing font bitmaps
|
L_BMF |
directory(BytePointer setter) |
IntPointer |
fonttab()
table mapping ascii --> font index
|
L_BMF |
fonttab(IntPointer setter) |
L_BMF |
getPointer(long i) |
int |
kernwidth()
pixel dist between char bitmaps
|
L_BMF |
kernwidth(int setter) |
int |
lineheight()
max height of line of chars
|
L_BMF |
lineheight(int setter) |
PIXA |
pixa()
pixa of bitmaps for 93 characters
|
L_BMF |
pixa(PIXA setter) |
L_BMF |
position(long position) |
int |
size()
font size (in points at 300 ppi)
|
L_BMF |
size(int setter) |
int |
spacewidth()
pixel dist between word bitmaps
|
L_BMF |
spacewidth(int setter) |
int |
vertlinesep()
extra vertical space between text lines
|
L_BMF |
vertlinesep(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_BMF()
public L_BMF(long size)
Pointer.position(long)
.public L_BMF(Pointer p)
Pointer(Pointer)
.public L_BMF getPointer(long i)
getPointer
in class Pointer
public PIXA pixa()
public L_BMF size(int setter)
@Cast(value="char*") public BytePointer directory()
public L_BMF directory(BytePointer setter)
public L_BMF baseline1(int setter)
public L_BMF baseline2(int setter)
public L_BMF baseline3(int setter)
public L_BMF lineheight(int setter)
public L_BMF kernwidth(int setter)
public L_BMF spacewidth(int setter)
public L_BMF vertlinesep(int setter)
@Cast(value="l_int32*") public IntPointer fonttab()
public L_BMF fonttab(IntPointer setter)
@Cast(value="l_int32*") public IntPointer baselinetab()
public L_BMF baselinetab(IntPointer setter)
Copyright © 2024. All rights reserved.