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