glcGetFonti(3G) OpenGL Character Renderer glcGetFonti(3G)
NAME
glcGetFonti - return an integer attribute of a font
C SPECIFICATION
GLint glcGetFonti( GLint inFont,
GLCenum inAttrib )
PARAMETERS
inFont Specifies the font for which the attribute is requested.
inAttrib Specifies the requested integer attribute.
DESCRIPTION
glcGetFonti returns the value of the specified integer attribute.
Integer attribute associated with each font are GLCCHARCOUNT,
GLCFACECOUNT, GLCISFIXEDPITCH, GLCMAXMAPPEDCODE, and
GLCMINMAPPEDCODE.
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
glcGetFontc, glcGetFontListc
Page 1