Flags for font styles.
More...
#include <CartoTypeWrapper.h>
|
|
static constexpr uint32_t | Bold = 1 |
| | The bit flag used to select bold face.
|
| |
|
static constexpr uint32_t | Italic = 2 |
| | The bit flag used to select italics.
|
| |
|
static constexpr uint32_t | Serif = 4 |
| | The bit flag used to select a serif font.
|
| |
|
static constexpr uint32_t | Cursive = 8 |
| | The bit flag used to select a cursive font.
|
| |
|
static constexpr uint32_t | Fantasy = 16 |
| | The bit flag used to select a 'fantasy' font.
|
| |
|
static constexpr uint32_t | Monospace = 32 |
| | The bit flag used to select a monospace font.
|
| |
The documentation for this struct was generated from the following file: