@Name(value="L_Bmf")
public static class lept.L_BMF
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_BMF()
Default native constructor.
|
L_BMF(long size)
Native array allocator.
|
L_BMF(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.IntPointer |
baselinetab()
table mapping ascii --> baseline offset
|
lept.L_BMF |
baselinetab(org.bytedeco.javacpp.IntPointer baselinetab) |
org.bytedeco.javacpp.BytePointer |
directory()
directory containing font bitmaps
|
lept.L_BMF |
directory(org.bytedeco.javacpp.BytePointer directory) |
org.bytedeco.javacpp.IntPointer |
fonttab()
table mapping ascii --> font index
|
lept.L_BMF |
fonttab(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.IntPointer |
widthtab()
table mapping ascii --> char width
|
lept.L_BMF |
widthtab(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_BMF position(long position)
position in class org.bytedeco.javacpp.Pointerpublic lept.PIXA pixa()
public lept.L_BMF pixa(lept.PIXA pixa)
@Cast(value="l_int32") public int size()
public lept.L_BMF size(int size)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer directory()
public lept.L_BMF directory(org.bytedeco.javacpp.BytePointer directory)
@Cast(value="l_int32") public int baseline1()
public lept.L_BMF baseline1(int baseline1)
@Cast(value="l_int32") public int baseline2()
public lept.L_BMF baseline2(int baseline2)
@Cast(value="l_int32") public int baseline3()
public lept.L_BMF baseline3(int baseline3)
@Cast(value="l_int32") public int lineheight()
public lept.L_BMF lineheight(int lineheight)
@Cast(value="l_int32") public int kernwidth()
public lept.L_BMF kernwidth(int kernwidth)
@Cast(value="l_int32") public int spacewidth()
public lept.L_BMF spacewidth(int spacewidth)
@Cast(value="l_int32") public int vertlinesep()
public lept.L_BMF vertlinesep(int vertlinesep)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer fonttab()
public lept.L_BMF fonttab(org.bytedeco.javacpp.IntPointer fonttab)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer baselinetab()
public lept.L_BMF baselinetab(org.bytedeco.javacpp.IntPointer baselinetab)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer widthtab()
public lept.L_BMF widthtab(org.bytedeco.javacpp.IntPointer widthtab)
Copyright © 2018. All rights reserved.