Public Member Functions | |
IA_CONSTRUCTOR void | IAFontInformationAttributes_make (IAFontInformationAttributes *) |
static void | IAFontInformationAttributes_setFontSize (IAFontInformationAttributes *this, float fontSize) |
static void | IAFontInformationAttributes_setAscent (IAFontInformationAttributes *this, float ascent) |
static void | IAFontInformationAttributes_setDescent (IAFontInformationAttributes *this, float descent) |
static void | IAFontInformationAttributes_setLineHeight (IAFontInformationAttributes *this, float lineHeight) |
static float | IAFontInformationAttributes_getFontSize (const IAFontInformationAttributes *this) |
static float | IAFontInformationAttributes_getAscent (const IAFontInformationAttributes *this) |
static float | IAFontInformationAttributes_getDescent (const IAFontInformationAttributes *this) |
static float | IAFontInformationAttributes_getLineHeight (const IAFontInformationAttributes *this) |
Data Fields | |
float | fontSize |
float | ascent |
float | descent |
float | lineHeight |
IA_CONSTRUCTOR void IAFontInformationAttributes_make | ( | IAFontInformationAttributes * | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
float IAFontInformationAttributes::fontSize |
float IAFontInformationAttributes::ascent |
float IAFontInformationAttributes::descent |
float IAFontInformationAttributes::lineHeight |