org.rococoa.cocoa.ats
Class FontVariation
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.ats.FontVariation
- Direct Known Subclasses:
- FontVariation.ByReference, FontVariation.ByValue
public class FontVariation
- extends com.ochafik.lang.jnaerator.runtime.Structure
* FontVariation is used to specify a coordinate along a variation axis. The name
* identifies the axes to be applied, and value is the setting to be used.
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 |
name
public int name
value
public int value
FontVariation
public FontVariation()
FontVariation
public FontVariation(int name,
int value)
byReference
public FontVariation.ByReference byReference()
byValue
public FontVariation.ByValue byValue()
clone
public FontVariation clone()
- Overrides:
clone
in class Object