LibreOffice Module sw (master) 1
|
The ScriptInfo structure holds information on where we change from one script to another. More...
Public Member Functions | |
ScriptInfo (sal_uInt16 scrptType, sal_Int32 position) | |
Public Attributes | |
sal_uLong | textWidth |
Physical width of this segment. More... | |
sal_uInt16 | scriptType |
Script type (e.g. Latin, Asian, Complex) More... | |
sal_Int32 | changePos |
Character position where the script changes. More... | |
The ScriptInfo structure holds information on where we change from one script to another.
Definition at line 57 of file drpcps.hxx.
|
inline |
Definition at line 62 of file drpcps.hxx.
References position().
sal_Int32 SwDropCapsPict::ScriptInfo::changePos |
Character position where the script changes.
Definition at line 61 of file drpcps.hxx.
sal_uInt16 SwDropCapsPict::ScriptInfo::scriptType |
Script type (e.g. Latin, Asian, Complex)
Definition at line 60 of file drpcps.hxx.
sal_uLong SwDropCapsPict::ScriptInfo::textWidth |
Physical width of this segment.
Definition at line 59 of file drpcps.hxx.