IStiTextFont Interface
Namespace: Stimulsoft.Report.Components
Methods
| Method | Returns | Description |
|---|---|---|
| getFont | Font | |
| growFontSize | void | |
| setFontBoldStyle | void | |
| setFontItalicStyle | void | |
| setFontName | void | |
| setFontSize | void | |
| setFontUnderlineStyle | void | |
| shrinkFontSize | void |
Method Details
getFont
getFont(): Font
Returns Font
growFontSize
growFontSize(): void
setFontBoldStyle
setFontBoldStyle(isBold: boolean): void
Parameters
- isBold (boolean)
setFontItalicStyle
setFontItalicStyle(isItalic: boolean): void
Parameters
- isItalic (boolean)
setFontName
setFontName(fontName: string): void
Parameters
- fontName (string)
setFontSize
setFontSize(fontSize: number): void
Parameters
- fontSize (number)
setFontUnderlineStyle
setFontUnderlineStyle(isUnderline: boolean): void
Parameters
- isUnderline (boolean)
shrinkFontSize
shrinkFontSize(): void