Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
1.6.2.1.7.3 GFX_GOL_MeterTitleFontSet Macro
This function sets the meter title font used.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterTitleFontSet(pObject, pNewFont) (((GFX_GOL_METER
*)pObject)->pTitleFont = pNewFont)
Returns
None.
Description
This function sets the meter title font used. Font pointer must be initialized to a valid GFX_RESOURCE_HDR.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
pNewFont pointer to the selected font.
Function
void GFX_GOL_MeterTitleFontSet(
GFX_GOL_METER *pObject,
GFX_RESOURCE_HDR *pNewFont)
1.6.2.1.7.4 GFX_GOL_MeterTypeSet Macro
This function sets the meter draw type.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterTypeSet(pObject, type) (((GFX_GOL_METER *)pObject)->type = type)
Returns
None.
Description
This function sets the meter draw type.
Preconditions
Object must exist in memory.
Example
None.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
220
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf