Methods
Static changeFontName
- changeFontName(font: Font, newFontName: string): Font
Static changeFontSize
- changeFontSize(font: Font, newFontSize: number): Font
Static changeFontStyle2
- changeFontStyle2(fontName: string, fontSize: number, style: FontStyle): Font
-
Parameters
-
fontName: string
-
fontSize: number
-
Static changeFontStyleBold
- changeFontStyleBold(font: Font, bold: boolean): Font
Static changeFontStyleItalic
- changeFontStyleItalic(font: Font, italic: boolean): Font
Static changeFontStyleStrikeout
- changeFontStyleStrikeout(font: Font, strikeout: boolean): Font
Static changeFontStyleUnderline
- changeFontStyleUnderline(font: Font, underline: boolean): Font