GrSetGCFont

Name

GrSetGCFont -- Set the font used in a graphics context

Synopsis

void GrSetGCFont (
  GR_GC_ID gc,
  GR_FONT  font
);
     

Parameters

gc

The graphics context ID of the graphics context for which you want to set the font.

font

The number of the font to use for the graphics context.

Description

The GrSetGCFont function sets the font used for text drawing in the specified graphics context.