public class FTBitmapSize
extends de.intarsys.nativec.type.NativeStaticStruct
typedef struct FT_Bitmap_Size_
{
FT_Short height;
FT_Short width;
FT_Pos size;
FT_Pos x_ppem;
FT_Pos y_ppem;
} FT_Bitmap_Size;
| Modifier and Type | Class and Description |
|---|---|
static class |
FTBitmapSize.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static FTBitmapSize.MetaClass |
META
The meta class instance
|
| Modifier | Constructor and Description |
|---|---|
|
FTBitmapSize() |
protected |
FTBitmapSize(de.intarsys.nativec.api.INativeHandle handle) |
| Modifier and Type | Method and Description |
|---|---|
de.intarsys.nativec.type.INativeType |
getNativeType() |
getByteCount, getNativeObject, getStructField, getStructType, getValue, setValue, toNestedString, toStringallocate, cast, createReference, getByte, getByteArray, getBytes, getCLong, getInt, getNativeHandle, getNativeHandle, getShort, getString, getWideString, isNull, setByte, setByteArray, setCLong, setInt, setNativeHandle, setShort, setString, setWideStringpublic static final FTBitmapSize.MetaClass META