
This section contains OpenDoc data types that are used for the sample utilities.
A 16-bit value that specifies the code page. This data type is used to identify the code page with which IText was created.
Format
typedef short ODScriptCode; |
Fields
Format
typedef struct _ODTradITextDataHeader {
ODScriptCode theScriptCode;
ODLangCode theLangCode;
}ODTradITextDataHeader;
|
Fields
Format
typedef struct _ODTradITextData {
ODScriptCode theScriptCode;
char theLangCode;
char theText[1];
}ODTradITextData;
|
Fields