Important: The information in this document is obsolete and should not be used for new development.
Script Codes
You can specify script systems with implicit and explicit script code constants in thescript
parameter of theGetScriptVariable
andSetScriptVariable
functions. The implicit script codessmSystemScript
andsmCurrentScript
are special negative values for the system script and the font script, respectively.
- Note
- The script code represented by the constant
smUninterp
is available for representation of special symbols, such as items in a tool palette, that must not be considered as part of any actual script system. For manipulating and drawing such symbols, thesmUninterp
constant should be treated as if it indicated the Roman script system rather than the system script; that is, the default behavior of uninterpreted symbols should be Roman.- Note
- The script code represented by the constant smRSymbol is available as an alternative to
smUninterp
, for representation of special symbols that have a right-to-left line direction. Note, however, that the script management system provides no direct support for representation of text with this script code.