Font
Overview
Font is a type in Aspose.Cells FOSS for Go.
Font describes the typographic properties applied to cell text.
Properties: Bold, Color, Italic, Name, Size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets the name. |
Size | float64 | Read/Write | Gets the size. |
Bold | bool | Read/Write | Gets the bold. |
Italic | bool | Read/Write | Gets the italic. |
Color | string | Read/Write | Gets the color. |