#include <memory>#include "sg_Monospace.hpp"#include "sg_8x8_CapRouge.hpp"#include "sg_8x8_CourierNew.hpp"#include "sg_8x8_DejaVuSans.hpp"#include "sg_8x8_UbuntuMono.hpp"

Namespaces | |
| SG | |
| SG::Font | |
Enumerations | |
| enum | SG::Font::EType { SG::Font::EType::kInvalid = 0, SG::Font::EType::k8x8CapRouge, SG::Font::EType::k8x8CourierNew, SG::Font::EType::k8x8DejaVuSans, SG::Font::EType::k8x8UbuntuMono } |
| Enumerator for the various fonts available. More... | |
Functions | |
| std::shared_ptr< SG::Font::Monospace > | SG::Font::get (const EType type) |
| Get a shared pointer to the specified font. More... | |