Carbon


ScriptRunStatus

Header: TextUtils.h

struct ScriptRunStatus {
    SInt8 script; 
    SInt8 runVariant;
};

Field descriptions

script

The script code of the subscript run. Zero indicates the Roman script system.

runVariant

Script-specific information about the run, in the same format as that returned by the CharacterType function. This information includes the type of subscript—for example, Kanji, Katakana, or Hiragana for a Japanese script system.

The FindScriptRun function returns the script run status structure, defined by the ScriptRunStatus data type, when it completes its processing, which is to find a run of subscript text in a string.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)