org.rococoa.cocoa.qd
Class ATSFlatDataFontSpecRawNameData
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.qd.ATSFlatDataFontSpecRawNameData
- Direct Known Subclasses:
- ATSFlatDataFontSpecRawNameData.ByReference, ATSFlatDataFontSpecRawNameData.ByValue
public class ATSFlatDataFontSpecRawNameData
- extends com.ochafik.lang.jnaerator.runtime.Structure
this is the structure in which raw font name data is actually stored.
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 |
fontNameType
public int fontNameType
fontNamePlatform
public int fontNamePlatform
fontNameScript
public int fontNameScript
fontNameLanguage
public int fontNameLanguage
ATSFlatDataFontSpecRawNameData
public ATSFlatDataFontSpecRawNameData()
ATSFlatDataFontSpecRawNameData
public ATSFlatDataFontSpecRawNameData(int fontNameType,
int fontNamePlatform,
int fontNameScript,
int fontNameLanguage)
- Parameters:
fontNameType
- the type of name being specified
fontNamePlatform
- font in the name table matching the other parameters.
fontNameScript
- parameters.
fontNameLanguage
- other font name parameters.
byReference
public ATSFlatDataFontSpecRawNameData.ByReference byReference()
byValue
public ATSFlatDataFontSpecRawNameData.ByValue byValue()
clone
public ATSFlatDataFontSpecRawNameData clone()
- Overrides:
clone
in class Object