Font Class
Namespace: Stimulsoft.Base.Dashboard
Constructors
| Constructor | Description |
|---|---|
| constructor(string name, number size, Color color, any isBold) |
constructor(name: string, size: number, color: Color, isBold: any)
Parameters
- name (string)
- size (number)
- color (Color)
- isBold (any)
Methods
| Method | Returns | Description |
|---|---|---|
| getCachedGdiFont | Stimulsoft.System.Drawing.Font | |
| getGdiFont | Stimulsoft.System.Drawing.Font |
Method Details
getCachedGdiFont
getCachedGdiFont(): Stimulsoft.System.Drawing.Font
Returns Stimulsoft.System.Drawing.Font
getGdiFont
getGdiFont(zoom: any, fontSize: number, baseFont: Stimulsoft.System.Drawing.Font): Stimulsoft.System.Drawing.Font
Parameters
- zoom (any)
- fontSize (number)
- baseFont (Stimulsoft.System.Drawing.Font)
Returns Stimulsoft.System.Drawing.Font
Fields
| Field | Type | Description |
|---|---|---|
| Color | Color | |
| IsBold | boolean | |
| Name | string | |
| SelectedColor | any | |
| Size | number |