Next: Predefined Charsets, Previous: Basic Charset Functions, Up: Charsets [Contents][Index]
All of these functions accept either a charset name or charset object.
This function returns property prop of charset. See Charset Properties.
Convenience functions are also provided for retrieving individual properties of a charset.
This function returns the name of charset. This will be a symbol.
This function returns the documentation string of charset.
This function returns the registry of charset.
This function returns the dimension of charset.
This function returns the number of characters per dimension of charset.
This function returns the number of display columns per character (in TTY mode) of charset.
This function returns the display direction of charset—either
l2r
or r2l
.
This function returns the final byte of the ISO 2022 escape sequence designating charset.
This function returns either 0 or 1, depending on whether the position codes of characters in charset map to the left or right half of their font, respectively.
This function returns the CCL program, if any, for converting position codes of characters in charset into font indices.
The two properties of a charset that can currently be set after the charset has been created are the CCL program and the font registry.
This function sets the ccl-program
property of charset to
ccl-program.
This function sets the registry
property of charset to
registry.
Next: Predefined Charsets, Previous: Basic Charset Functions, Up: Charsets [Contents][Index]