Package apple.coretext.struct
Class KerxIndexArrayHeader
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.KerxIndexArrayHeader
-
public final class KerxIndexArrayHeader extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description KerxIndexArrayHeader()protectedKerxIndexArrayHeader(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcolumnCount()intcolumnIndexTableOffset()offset to column index offset tableintflags()intkerningArrayOffset()offset to start of kerning arrayintkerningVectorOffset()offset to start of kerning vectors (if tupleCount is 1 or more)charrowCount()introwIndexTableOffset()offset to row index lookup tablevoidsetColumnCount(char value)voidsetColumnIndexTableOffset(int value)offset to column index offset tablevoidsetFlags(int value)voidsetKerningArrayOffset(int value)offset to start of kerning arrayvoidsetKerningVectorOffset(int value)offset to start of kerning vectors (if tupleCount is 1 or more)voidsetRowCount(char value)voidsetRowIndexTableOffset(int value)offset to row index lookup table
-
-
-
Method Detail
-
flags
public int flags()
-
setFlags
public void setFlags(int value)
-
rowCount
public char rowCount()
-
setRowCount
public void setRowCount(char value)
-
columnCount
public char columnCount()
-
setColumnCount
public void setColumnCount(char value)
-
rowIndexTableOffset
public int rowIndexTableOffset()
offset to row index lookup table
-
setRowIndexTableOffset
public void setRowIndexTableOffset(int value)
offset to row index lookup table
-
columnIndexTableOffset
public int columnIndexTableOffset()
offset to column index offset table
-
setColumnIndexTableOffset
public void setColumnIndexTableOffset(int value)
offset to column index offset table
-
kerningArrayOffset
public int kerningArrayOffset()
offset to start of kerning array
-
setKerningArrayOffset
public void setKerningArrayOffset(int value)
offset to start of kerning array
-
kerningVectorOffset
public int kerningVectorOffset()
offset to start of kerning vectors (if tupleCount is 1 or more)
-
setKerningVectorOffset
public void setKerningVectorOffset(int value)
offset to start of kerning vectors (if tupleCount is 1 or more)
-
-