Seeed Grove ++  v0.0.1-2386
Linux C++ Library For Seeed Grove Devices
sg_Font.hpp File Reference
#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"
Include dependency graph for sg_Font.hpp:
This graph shows which files directly or indirectly include this file:

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::MonospaceSG::Font::get (const EType type)
 Get a shared pointer to the specified font. More...