diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 22:29:40 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 22:29:40 +1000 |
commit | f0fec34dc9c2dbc86dd424e4963983cbb2ed9b41 (patch) | |
tree | 9073336184d32365b861df91b2fc062c39e0fb15 /source/windowing/StarGuiContext.hpp | |
parent | 865f9a328a9068c9917c52c387f27b3e102712bc (diff) |
The Fontpocalypse
I hate it
Diffstat (limited to 'source/windowing/StarGuiContext.hpp')
-rw-r--r-- | source/windowing/StarGuiContext.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/windowing/StarGuiContext.hpp b/source/windowing/StarGuiContext.hpp index c5f6e26..3457148 100644 --- a/source/windowing/StarGuiContext.hpp +++ b/source/windowing/StarGuiContext.hpp @@ -101,6 +101,8 @@ public: void setFontColor(Vec4B const& color); void setFontMode(FontMode mode); void setFontProcessingDirectives(String const& directives); + void setFont(String const& font); + void setDefaultFont(); void setLineSpacing(float lineSpacing); void setDefaultLineSpacing(); |