|
ShishGL
1.0
A simple modular cross-platform graphics library
|
|
Go to the documentation of this file.
2 #ifndef SHISHGL_FONT_HPP
3 #define SHISHGL_FONT_HPP
16 explicit Font(
const std::string_view& font_path)
26 std::string_view path;
49 #endif //SHISHGL_FONT_HPP
Definition: Shape2D.hpp:12
static const Resource & get(const std::string_view &filename)
Definition: ResourceManager.cpp:61
Font(const std::string_view &font_path)
Definition: Font.hpp:16
IPlatform & PLATFORM()
Definition: RenderSystem.cpp:32
void apply(Frame &, const Shape2D &) override
Definition: Font.hpp:20
FontSize(const size_t &font_size)
Definition: Font.hpp:33
Definition: CoreApplication.hpp:10
void apply(Frame &, const Shape2D &) override
Definition: Font.hpp:37