Hierarchy

  • StiFontUtils

Index

Methods

Static changeFontName

  • changeFontName(font: Font, newFontName: string): Font
  • Parameters

    • font: Font
    • newFontName: string

    Returns Font

Static changeFontSize

  • changeFontSize(font: Font, newFontSize: number): Font
  • Parameters

    • font: Font
    • newFontSize: number

    Returns Font

Static changeFontStyle

Static changeFontStyle2

  • changeFontStyle2(fontName: string, fontSize: number, style: FontStyle): Font
  • Parameters

    • fontName: string
    • fontSize: number
    • style: FontStyle

    Returns Font

Static changeFontStyleBold

  • changeFontStyleBold(font: Font, bold: boolean): Font
  • Parameters

    • font: Font
    • bold: boolean

    Returns Font

Static changeFontStyleItalic

  • changeFontStyleItalic(font: Font, italic: boolean): Font
  • Parameters

    • font: Font
    • italic: boolean

    Returns Font

Static changeFontStyleStrikeout

  • changeFontStyleStrikeout(font: Font, strikeout: boolean): Font
  • Parameters

    • font: Font
    • strikeout: boolean

    Returns Font

Static changeFontStyleUnderline

  • changeFontStyleUnderline(font: Font, underline: boolean): Font
  • Parameters

    • font: Font
    • underline: boolean

    Returns Font

Static correctStyle

Generated using TypeDoc