org.rococoa.cocoa.qd
Class FMOutput

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.qd.FMOutput
Direct Known Subclasses:
FMOutput.ByReference, FMOutput.ByValue

public class FMOutput
extends com.ochafik.lang.jnaerator.runtime.Structure

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.


Nested Class Summary
static class FMOutput.ByReference
           
static class FMOutput.ByValue
           
 
Field Summary
 byte ascent
           
 byte boldPixels
           
 byte curStyle
           
 Point denom
           
 byte descent
           
 short errNum
           
 byte extra
           
 ByteByReference fontHandle
           
 byte italicPixels
           
 byte leading
           
 Point numer
           
 byte shadowPixels
           
 byte ulOffset
           
 byte ulShadow
           
 byte ulThick
           
 byte widMax
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FMOutput()
           
 
Method Summary
 FMOutput.ByReference byReference()
           
 FMOutput.ByValue byValue()
           
 FMOutput 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

errNum

public short errNum

fontHandle

public ByteByReference fontHandle

boldPixels

public byte boldPixels

italicPixels

public byte italicPixels

ulOffset

public byte ulOffset

ulShadow

public byte ulShadow

ulThick

public byte ulThick

shadowPixels

public byte shadowPixels

extra

public byte extra

ascent

public byte ascent

descent

public byte descent

widMax

public byte widMax

leading

public byte leading

curStyle

public byte curStyle

numer

public Point numer

denom

public Point denom
Constructor Detail

FMOutput

public FMOutput()
Method Detail

byReference

public FMOutput.ByReference byReference()

byValue

public FMOutput.ByValue byValue()

clone

public FMOutput clone()
Overrides:
clone in class Object