org.rococoa.cocoa.ats
Class scalerStream.info_union.font_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.ats.scalerStream.info_union.font_struct
- Direct Known Subclasses:
- scalerStream.info_union.font_struct.ByReference, scalerStream.info_union.font_struct.ByValue
- Enclosing class:
- scalerStream.info_union
public static class scalerStream.info_union.font_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
encoding
public ShortByReference encoding
glyphBits
public IntByReference glyphBits
name
public ByteByReference name
scalerStream.info_union.font_struct
public scalerStream.info_union.font_struct()
scalerStream.info_union.font_struct
public scalerStream.info_union.font_struct(ShortByReference encoding,
IntByReference glyphBits,
ByteByReference name)
- Parameters:
encoding
- <- Intention is * unsigned short[256]
glyphBits
- <-> Bitvector: a bit for each glyph, 1 = desired/supplied
name
- <-> The printer font name to use/used (C string)
byReference
public scalerStream.info_union.font_struct.ByReference byReference()
byValue
public scalerStream.info_union.font_struct.ByValue byValue()
clone
public scalerStream.info_union.font_struct clone()
- Overrides:
clone
in class Object