Classes | |
| class | CapRouge |
| Cap Rouge is a very simple monospace font for 7-bit ASCII characters between 32 and 127. More... | |
| class | CourierNew |
| Standard Courier New font for 7-bit ASCII characters between 32 and 127. More... | |
| class | DejaVuSans |
| Standard Deja Vu Sans font for 7-bit ASCII characters between 32 and 127. More... | |
| class | Monospace |
| Very simple 8x8 monospace font, typically for 7-bit ASCII characters between 0x20 and 0x7f. More... | |
| class | UbuntuMono |
| Standard Ubuntu Mono font for 7-bit ASCII characters between 32 and 127. More... | |
Enumerations | |
| enum | EType { EType::kInvalid = 0, EType::k8x8CapRouge, EType::k8x8CourierNew, EType::k8x8DejaVuSans, EType::k8x8UbuntuMono } |
| Enumerator for the various fonts available. More... | |
Functions | |
| std::shared_ptr< SG::Font::Monospace > | get (const EType type) |
| Get a shared pointer to the specified font. More... | |
|
strong |
Enumerator for the various fonts available.
| Enumerator | |
|---|---|
| kInvalid | |
| k8x8CapRouge |
8x8 Cap Rouge
|
| k8x8CourierNew |
8x8 Courier New
|
| k8x8DejaVuSans |
8x8 DejaVu Sans
|
| k8x8UbuntuMono |
8x8 Ubuntu Mono
|
| std::shared_ptr< SG::Font::Monospace > SG::Font::get | ( | const EType | type | ) |
Get a shared pointer to the specified font.
Referenced by SG::CommonOLED::set_font().
