GrGetFontInfo()

Name

GrGetFontInfo() -- Get information about a font

Synopsis

void GrGetFontInfo ( GR_FONT_ID fontid , GR_FONT_INFO * fip );

Description

This function retrieves information about the specified font. The font information is returned in the caller supplied GR_FONT_INFO structure.

Parameters

TypeNameDescription
GR_FONT_IDfontidThe ID of the font to retrieve information from.
GR_FONT_INFO*fipA pointer to the GR_FONT_INFO structure to receive the font information.

See Also

GrCreateFont(), GrSetFontSize(), GrSetFontRotation(), GrSetFontAttr().