glcGetMasterc(3G) OpenGL Character Renderer glcGetMasterc(3G)
glcGetMasterc - return the value of a master's string attribute
const GLCchar* glcGetMasterc( GLint inMaster,
GLCenum inAttrib )
inMaster Specifies the master for which an attribute value is needed.
inAttrib Specifies the attribute for which the value is needed.
glcGetMasterc returns the value of a string attribute of the master
identified by inMaster.
String attributes associated with each master are GLC_FAMILY,
GLC_MASTER_FORMAT, GLC_VENDOR, and GLC_VERSION.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
GLC_PARAMETER_ERROR is generated if inMaster is less than zero or is
greater than or equal to the value of the variable GLC_MASTER_COUNT.
glcGetMasteri, glcGetMasterMap, glcGetMasterListc
PPPPaaaaggggeeee 1111 [ Back ]
|