org.rococoa.cocoa.qd
Class FontInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<FontInfo,FontInfo.ByValue,FontInfo.ByReference>
org.rococoa.cocoa.qd.FontInfo
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<FontInfo,FontInfo.ByValue,FontInfo.ByReference>>
- Direct Known Subclasses:
- FontInfo.ByReference, FontInfo.ByValue
public class FontInfo
- extends Structure<FontInfo,FontInfo.ByValue,FontInfo.ByReference>
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:108
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.
Constructor Summary |
FontInfo()
|
FontInfo(short ascent,
short descent,
short widMax,
short leading)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
ascent
public short ascent
descent
public short descent
widMax
public short widMax
leading
public short leading
FontInfo
public FontInfo()
FontInfo
public FontInfo(short ascent,
short descent,
short widMax,
short leading)
newArray
public static FontInfo[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.