org.rococoa.cocoa.ats
Class scalerStream.info_union.font_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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


Nested Class Summary
static class scalerStream.info_union.font_struct.ByReference
           
static class scalerStream.info_union.font_struct.ByValue
           
 
Field Summary
 ShortByReference encoding
           
 IntByReference glyphBits
           
 ByteByReference name
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
scalerStream.info_union.font_struct()
           
scalerStream.info_union.font_struct(ShortByReference encoding, IntByReference glyphBits, ByteByReference name)
           
 
Method Summary
 scalerStream.info_union.font_struct.ByReference byReference()
           
 scalerStream.info_union.font_struct.ByValue byValue()
           
 scalerStream.info_union.font_struct clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

encoding

public ShortByReference encoding

glyphBits

public IntByReference glyphBits

name

public ByteByReference name
Constructor Detail

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)
Method Detail

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