GrSetFontRotation()

Name

GrSetFontRotation() -- Set the angle of a font

Synopsis

void GrSetFontRotation ( GR_FONT_ID fontid , int tenthsdegrees );

Description

This function changes the rotation of the specified font.

Parameters

TypeNameDescription
GR_FONT_IDfontidThe ID of the font to change the rotation of.
inttenthsdegreesThe new angle of rotation for the font.

See Also

GrCreateFont(), GrSetFontSize(), GrSetFontAttr(), GrGetFontInfo().