GrSetGCFont()

Name

GrSetGCFont() -- Select a font to draw with

Synopsis

void GrSetGCFont ( GR_GC_ID gc , GR_FONT_ID font );

Description

This function sets the font for the specified graphics context.

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to modify.
GR_FONT_IDfontThe ID of the new font to use when drawing text with the GC.

See Also

GrNewGC(), GrGetGCInfo().