org.rococoa.cocoa.ats
Class KernSimpleArrayHeader
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.ats.KernSimpleArrayHeader
- Direct Known Subclasses:
- KernSimpleArrayHeader.ByReference, KernSimpleArrayHeader.ByValue
public class KernSimpleArrayHeader
- extends com.ochafik.lang.jnaerator.runtime.Structure
hand glyphs.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
rowWidth
public short rowWidth
leftOffsetTable
public short leftOffsetTable
rightOffsetTable
public short rightOffsetTable
theArray
public short theArray
firstTable
public short[] firstTable
KernSimpleArrayHeader
public KernSimpleArrayHeader()
KernSimpleArrayHeader
public KernSimpleArrayHeader(short rowWidth,
short leftOffsetTable,
short rightOffsetTable,
short theArray,
short[] firstTable)
- Parameters:
rowWidth
- width, in bytes, of a row in the table
leftOffsetTable
- offset to left-hand offset table
rightOffsetTable
- offset to right-hand offset table
theArray
- offset to start of kerning array
firstTable
- first offset table starts here...
byReference
public KernSimpleArrayHeader.ByReference byReference()
byValue
public KernSimpleArrayHeader.ByValue byValue()
clone
public KernSimpleArrayHeader clone()
- Overrides:
clone
in class Object