org.rococoa.cocoa.qd
Class ATSFlatDataStyleListFeatureData
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.qd.ATSFlatDataStyleListFeatureData
- Direct Known Subclasses:
- ATSFlatDataStyleListFeatureData.ByReference, ATSFlatDataStyleListFeatureData.ByValue
public class ATSFlatDataStyleListFeatureData
- extends com.ochafik.lang.jnaerator.runtime.Structure
this structure stores flattened font feature data. An array of these comes
after the array of font data attributes (if any) if the numberOfSetFeatures is
non-zero. There must be one of these structures for each numberOfSetFeatures.
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 |
theFeatureType
public short theFeatureType
theFeatureSelector
public short theFeatureSelector
ATSFlatDataStyleListFeatureData
public ATSFlatDataStyleListFeatureData()
ATSFlatDataStyleListFeatureData
public ATSFlatDataStyleListFeatureData(short theFeatureType,
short theFeatureSelector)
- Parameters:
theFeatureType
- the font feature type
theFeatureSelector
- the font feature selector
byReference
public ATSFlatDataStyleListFeatureData.ByReference byReference()
byValue
public ATSFlatDataStyleListFeatureData.ByValue byValue()
clone
public ATSFlatDataStyleListFeatureData clone()
- Overrides:
clone
in class Object