GrSetFontSize()

Name

GrSetFontSize() -- Set the size of a font

Synopsis

void GrSetFontSize ( GR_FONT_ID fontid , GR_COORD size );

Description

This function changes the size of the specified font.

Parameters

TypeNameDescription
GR_FONT_IDfontidThe ID of the font to change the size of.
GR_COORDsizeThe new size for the font.

See Also

GrCreateFont(), GrSetFontRotation(), GrSetFontAttr(), GrGetFontInfo().