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 |
|
k8x8CourierNew |
|
k8x8DejaVuSans |
|
k8x8UbuntuMono |
|
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().