LibreOffice
LibreOffice 24.2 SDK API Reference
|
CTL script type constants for layout engine, returned by XScriptTypeDetector::getCTLScriptType() More...
Variables | |
const short | CTL_UNKNOWN = 0 |
For CTL scripts OOo currently does not support or could not handle. More... | |
const short | CTL_HEBREW = 1 |
For Hebrew script. More... | |
const short | CTL_ARABIC = 2 |
For Arabic script. More... | |
const short | CTL_THAI = 3 |
For Thai script. More... | |
const short | CTL_INDIC = 4 |
For Indic script (including Devanagari, Tamil, Telugu and Gujarati script) More... | |
CTL script type constants for layout engine, returned by XScriptTypeDetector::getCTLScriptType()
const short CTL_ARABIC = 2 |
For Arabic script.
const short CTL_HEBREW = 1 |
For Hebrew script.
const short CTL_INDIC = 4 |
For Indic script (including Devanagari, Tamil, Telugu and Gujarati script)
const short CTL_THAI = 3 |
For Thai script.
const short CTL_UNKNOWN = 0 |
For CTL scripts OOo currently does not support or could not handle.