LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwScriptInfo::ScriptChangeInfo Struct Reference

Records a single change in script type. More...

Collaboration diagram for SwScriptInfo::ScriptChangeInfo:
[legend]

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...
 

Detailed Description

Records a single change in script type.

Definition at line 52 of file scriptinfo.hxx.

Constructor & Destructor Documentation

◆ ScriptChangeInfo()

SwScriptInfo::ScriptChangeInfo::ScriptChangeInfo ( TextFrameIndex  pos,
sal_uInt8  typ 
)
inline

Definition at line 56 of file scriptinfo.hxx.

References pos.

Member Data Documentation

◆ position

TextFrameIndex SwScriptInfo::ScriptChangeInfo::position

Character position at which we change script.

Definition at line 54 of file scriptinfo.hxx.

◆ type

sal_uInt8 SwScriptInfo::ScriptChangeInfo::type

Script type (Latin/Asian/Complex) that we change to.

Definition at line 55 of file scriptinfo.hxx.


The documentation for this struct was generated from the following file: