glcGetFontFace(3G) OpenGL Character Renderer glcGetFontFace(3G)
NAME
glcGetFontFace - return the name of a font's current face
C SPECIFICATION
const GLCchar* glcGetFontFace( GLint inFont )
PARAMETERS
inFont Specifies a font.
DESCRIPTION
glcGetFontFace returns the string name of the current face (for example
Bold or Italic) of the font identified by inFont.
ERRORS
GLCPARAMETERERROR is generated if inFont is not the ID of a font.
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
SEE ALSO
glcFontFace
Page 1