Package de.intarsys.cwt.freetype.nativec
Class FTBitmapSize
- java.lang.Object
-
- de.intarsys.nativec.type.NativeObject
-
- de.intarsys.nativec.type.NativeStruct
-
- de.intarsys.nativec.type.NativeStaticStruct
-
- de.intarsys.cwt.freetype.nativec.FTBitmapSize
-
- All Implemented Interfaces:
de.intarsys.nativec.type.INativeObject
public class FTBitmapSize extends de.intarsys.nativec.type.NativeStaticStruct
This structure models the size of a bitmap strike (i.e., a bitmap instance of the font for a given resolution) in a fixed-size font face. It is used for the `available_sizes' field of the FT_FaceRec structure.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;
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FTBitmapSize.MetaClass
The meta class implementation
-
Field Summary
Fields Modifier and Type Field Description static FTBitmapSize.MetaClass
META
The meta class instance
-
Constructor Summary
Constructors Modifier Constructor Description FTBitmapSize()
protected
FTBitmapSize(de.intarsys.nativec.api.INativeHandle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.intarsys.nativec.type.INativeType
getNativeType()
-
Methods inherited from class de.intarsys.nativec.type.NativeStruct
getByteCount, getNativeObject, getStructField, getStructType, getValue, setValue, toNestedString, toString
-
Methods inherited from class de.intarsys.nativec.type.NativeObject
allocate, cast, createReference, getByte, getByteArray, getBytes, getCLong, getInt, getNativeHandle, getNativeHandle, getShort, getString, getWideString, isNull, setByte, setByteArray, setCLong, setInt, setNativeHandle, setShort, setString, setWideString
-
-
-
-
Field Detail
-
META
public static final FTBitmapSize.MetaClass META
The meta class instance
-
-