diff options
Diffstat (limited to 'src/font.hpp')
| -rw-r--r-- | src/font.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.hpp b/src/font.hpp index 567062e..9d766df 100644 --- a/src/font.hpp +++ b/src/font.hpp @@ -50,6 +50,8 @@ struct FontGlyphChar { FONT_GLYPH_CHAR_FLAG flags; }; struct FontRenderSettings { + glm::vec4 color_foreground = glm::vec4(0.4, 0.9, 0.5, 0.8); + glm::vec4 color_background = glm::vec4(0.0, 0.0, 0.0, 0.0); float char_scale; float line_height_scale; float char_spacing_scale; |
