ImpsEngine  1.0.0
A software library collection for end user applications.
IAFontInformation Class Reference
Inheritance diagram for IAFontInformation:

Public Member Functions

IA_CONSTRUCTOR void IAFontInformation_make (IAFontInformation *, const IAFontInformationAttributes *attributes)
 
static float IAFontInformation_getFontSize (const IAFontInformation *this)
 
static float IAFontInformation_getAscent (const IAFontInformation *this)
 
static float IAFontInformation_getDescent (const IAFontInformation *this)
 
static float IAFontInformation_getLineHeight (const IAFontInformation *this)
 

Data Fields

IAObject base
 
float fontSize
 
float ascent
 
float descent
 
float lineHeight
 

Member Function Documentation

◆ IAFontInformation_make()

IA_CONSTRUCTOR void IAFontInformation_make ( IAFontInformation ,
const IAFontInformationAttributes attributes 
)

◆ IAFontInformation_getFontSize()

static float IAFontInformation_getFontSize ( const IAFontInformation this)
inline

◆ IAFontInformation_getAscent()

static float IAFontInformation_getAscent ( const IAFontInformation this)
inline

◆ IAFontInformation_getDescent()

static float IAFontInformation_getDescent ( const IAFontInformation this)
inline

◆ IAFontInformation_getLineHeight()

static float IAFontInformation_getLineHeight ( const IAFontInformation this)
inline

Field Documentation

◆ base

IAObject IAFontInformation::base

◆ fontSize

float IAFontInformation::fontSize

◆ ascent

float IAFontInformation::ascent

◆ descent

float IAFontInformation::descent

◆ lineHeight

float IAFontInformation::lineHeight

The documentation for this class was generated from the following files: