Description
Returns characters' slant in degrees clockwise.
Note: in GN4 PDF printing, because of a bug in Adobe libraries, slant is not printed. This bug is fixed in build 2249 in version 2.0 and newer.
Syntax
object.GetSlant |
object
Required. Object name, returned by objCursor created through Text.GetCursor.
Example
Dim objCur = Text.GetCursor(modeSrcOn,cposCursor,False)
Dim objdesc As TxtPosDesc = objCur.GetDesc
Value = objDesc.GetSlant
Remarks
The similar functionality is available in object returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions. See TextStatus Object.