QScript FontWithoutColor

From Q
Jump to navigation Jump to search

FontWithoutColor

A font, split into its parts, for a setting that holds no colour.

bold

Whether the font is bold.

family

The font family, for example Arial. Call Q.GetAvailableFontNames(true) for the families this project can resolve, which includes the fonts its users uploaded. A family the project cannot resolve is replaced by the default font as the font is stored, and the call still reports success, so check the family you get back rather than assuming the write took.

italic

Whether the font is italic.

size

The font size, in points.

strikeout

Whether the font is struck out.

underline

Whether the font is underlined.