ImpsEngine  1.0.0
A software library collection for end user applications.
IAFontInformationAttributes Class Reference

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
 

Member Function Documentation

◆ IAFontInformationAttributes_make()

IA_CONSTRUCTOR void IAFontInformationAttributes_make ( IAFontInformationAttributes )

◆ IAFontInformationAttributes_setFontSize()

static void IAFontInformationAttributes_setFontSize ( IAFontInformationAttributes this,
float  fontSize 
)
inline

◆ IAFontInformationAttributes_setAscent()

static void IAFontInformationAttributes_setAscent ( IAFontInformationAttributes this,
float  ascent 
)
inline

◆ IAFontInformationAttributes_setDescent()

static void IAFontInformationAttributes_setDescent ( IAFontInformationAttributes this,
float  descent 
)
inline

◆ IAFontInformationAttributes_setLineHeight()

static void IAFontInformationAttributes_setLineHeight ( IAFontInformationAttributes this,
float  lineHeight 
)
inline

◆ IAFontInformationAttributes_getFontSize()

static float IAFontInformationAttributes_getFontSize ( const IAFontInformationAttributes this)
inline

◆ IAFontInformationAttributes_getAscent()

static float IAFontInformationAttributes_getAscent ( const IAFontInformationAttributes this)
inline

◆ IAFontInformationAttributes_getDescent()

static float IAFontInformationAttributes_getDescent ( const IAFontInformationAttributes this)
inline

◆ IAFontInformationAttributes_getLineHeight()

static float IAFontInformationAttributes_getLineHeight ( const IAFontInformationAttributes this)
inline

Field Documentation

◆ fontSize

float IAFontInformationAttributes::fontSize

◆ ascent

float IAFontInformationAttributes::ascent

◆ descent

float IAFontInformationAttributes::descent

◆ lineHeight

float IAFontInformationAttributes::lineHeight

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