|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<FMetricRec,FMetricRec.ByValue,FMetricRec.ByReference>
org.rococoa.cocoa.qd.FMetricRec
public class FMetricRec
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Fonts.h:226
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 |
FMetricRec.ByReference
|
static class |
FMetricRec.ByValue
|
Field Summary | |
---|---|
int |
ascent
base line to top C type : Fixed |
int |
descent
base line to bottom C type : Fixed |
int |
leading
leading between lines C type : Fixed |
int |
widMax
maximum character width C type : Fixed |
PointerByReference |
wTabHandle
handle to font width table C type : Handle |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
FMetricRec()
|
|
FMetricRec(int ascent,
int descent,
int leading,
int widMax,
PointerByReference wTabHandle)
|
Method Summary | |
---|---|
static FMetricRec[] |
newArray(int arrayLength)
|
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 |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType |
---|
getPointer, size |
Field Detail |
---|
public int ascent
public int descent
public int leading
public int widMax
public PointerByReference wTabHandle
Constructor Detail |
---|
public FMetricRec()
public FMetricRec(int ascent, int descent, int leading, int widMax, PointerByReference wTabHandle)
ascent
- base line to topdescent
- base line to bottomleading
- leading between lineswidMax
- maximum character widthwTabHandle
- handle to font width tableMethod Detail |
---|
public static FMetricRec[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |