glcGetFontc(3G) OpenGL Character Renderer glcGetFontc(3G)
glcGetFontc - return a string attribute of a font
const GLCchar* glcGetFontc( GLint inFont,
GLCenum inAttrib )
inFont Specifies the font for which the attribute is requested.
inAttrib Specifies the requested string attribute.
glcGetFontc returns a string attribute of the font identified by inFont.
String attributes associated with each font are GLC_FAMILY,
GLC_MASTER_FORMAT, GLC_VENDOR, and GLC_VERSION.
GLC_PARAMETER_ERROR is generated if inFont is not a valid font ID.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
glcGetFonti, glcGetFontListc
PPPPaaaaggggeeee 1111 [ Back ]
|