glcGetFontc(3G) OpenGL Character Renderer glcGetFontc(3G)
NAME
glcGetFontc - return a string attribute of a font
C SPECIFICATION
const GLCchar* glcGetFontc( GLint inFont,
GLCenum inAttrib )
PARAMETERS
inFont Specifies the font for which the attribute is requested.
inAttrib Specifies the requested string attribute.
DESCRIPTION
glcGetFontc returns a string attribute of the font identified by inFont.
String attributes associated with each font are GLCFAMILY,
GLCMASTERFORMAT, GLCVENDOR, and GLCVERSION.
ERRORS
GLCPARAMETERERROR is generated if inFont is not a valid font ID.
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
SEE ALSO
glcGetFonti, glcGetFontListc
Page 1