TXLFont class reference

  • property size: Integer
    The size of the font from 1 to 409 points.
  • property italic: boolean
    If true then the font is italic.
  • property strikeOut: boolean
    If true then the font is strikeout.
  • property color: Color
    The color of the font.
  • property bold: boolean
    If true then the font is bold.
  • property script: Script
    The script style of the font.
    Script valueView
    SCRIPT_NORMALTEXT SCRIPT_NORMAL
    SCRIPT_SUPERTEXTSCRIPT_SUPER
    SCRIPT_SUBTEXTSCRIPT_SUB
  • property underline: Underline
    The underline style of the font.
    Underline valueView
    UNDERLINE_NONEUNDERLINE_NONE
    UNDERLINE_SINGLEUNDERLINE_SINGLE
    UNDERLINE_DOUBLEUNDERLINE_DOUBLE
    UNDERLINE_SINGLEACCUNDERLINE_SINGLEACC
    UNDERLINE_DOUBLEACCUNDERLINE_DOUBLEACC
  • property name: AnsiString
    The name of the font. Default name is "Arial".