glcGetMasterListc(3G) OpenGL Character Renderer glcGetMasterListc(3G)
NAME
glcGetMasterListc - return attribute of master
C SPECIFICATION
const GLCchar* glcGetMasterListc( GLint inMaster,
GLCenum inAttrib,
GLint inIndex )
PARAMETERS
inMaster Specifies the master from which an attribute is needed.
inAttrib Specifies the string list that contains the desired attribute.
inIndex Specifies the offset from the first element of the list
associated with inAttrib.
DESCRIPTION
glcGetMasterListc returns a string from a string list that is an
attribute of the master identified by inMaster. The string list is
identified by inAttrib. The command returns the string at offset inIndex
from the first element in this string list. Below are the string list
attributes associated with each GLC master and font and their element
count attributes:
String list attribute Element count
GLCCHARLIST GLCCHARCOUNT
GLCFACELIST GLCFACECOUNT
ERRORS
GLCPARAMETERERROR if inIndex is less than zero or is greater than or
equal to the value of the list's element count attribute.
GLCPARAMETERERROR is generated if inMaster is less than zero or is
greater than or equal to the value of the variable GLCMASTERCOUNT.
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
SEE ALSO
glcGetMasterMap, glcGetMasterc, glcGetMasteri
Page 1