A wrapper for QFont. More...
Public Member Functions | |
| Font () | |
| Default constructor. | |
| String | toString () const |
Properties | |
| Boolean | bold |
| Font is bold. More... | |
| String | family |
| The font family name. More... | |
| Boolean | italic |
| Font is italic. More... | |
| Boolean | kerning |
| Font has kerning enabled. More... | |
| Number | pointSize |
| The font point size. More... | |
| Boolean | strikeOut |
| Font is striked out. More... | |
| Boolean | underline |
| Font is underlined. More... | |
A wrapper for QFont.
Example use within a report:
| String bps::Font::toString | ( | ) | const |
|
readwrite |
Font is bold.
|
readwrite |
The font family name.
|
readwrite |
Font is italic.
|
readwrite |
Font has kerning enabled.
|
readwrite |
The font point size.
|
readwrite |
Font is striked out.
|
readwrite |
Font is underlined.