LibreOffice Module sw (master) 1
|
Records a single change in script type. More...
Public Member Functions | |
ScriptChangeInfo (TextFrameIndex pos, sal_uInt8 typ) | |
Public Attributes | |
TextFrameIndex | position |
Character position at which we change script. More... | |
sal_uInt8 | type |
Script type (Latin/Asian/Complex) that we change to. More... | |
Records a single change in script type.
Definition at line 52 of file scriptinfo.hxx.
|
inline |
Definition at line 56 of file scriptinfo.hxx.
References pos.
TextFrameIndex SwScriptInfo::ScriptChangeInfo::position |
Character position at which we change script.
Definition at line 54 of file scriptinfo.hxx.
sal_uInt8 SwScriptInfo::ScriptChangeInfo::type |
Script type (Latin/Asian/Complex) that we change to.
Definition at line 55 of file scriptinfo.hxx.