C
#define MtrSetValueFont(pMtr, pNewFont) (((METER *)pMtr)->pValueFont = pNewFont)
Overview
This function sets the font of value.
Input Parameters
Input Parameters |
Description |
pMtr |
Pointer to the object. |
pNewFont |
Pointer to the new font used for the value. |
Returns
N/A
Preconditions
Font must be created before this function is called.
Side Effects
none