glcGetMasterc(3G) OpenGL Character Renderer glcGetMasterc(3G)
NAME
glcGetMasterc - return the value of a master's string attribute
C SPECIFICATION
const GLCchar* glcGetMasterc( GLint inMaster,
GLCenum inAttrib )
PARAMETERS
inMaster Specifies the master for which an attribute value is needed.
inAttrib Specifies the attribute for which the value is needed.
DESCRIPTION
glcGetMasterc returns the value of a string attribute of the master
identified by inMaster.
String attributes associated with each master are GLCFAMILY,
GLCMASTERFORMAT, GLCVENDOR, and GLCVERSION.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
GLCPARAMETERERROR is generated if inMaster is less than zero or is
greater than or equal to the value of the variable GLCMASTERCOUNT.
SEE ALSO
glcGetMasteri, glcGetMasterMap, glcGetMasterListc
Page 1