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

NameTypeAccessDescription
NamestringRead/WriteGets the name.
Sizefloat64Read/WriteGets the size.
BoldboolRead/WriteGets the bold.
ItalicboolRead/WriteGets the italic.
ColorstringRead/WriteGets the color.

See Also