From 48f56a7e5db638fb3526277513b8f14cbe405398 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 17 Jun 2025 11:12:54 -0400 Subject: pke: expose colors for FontRender and pke_ui_box --- src/font.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/font.hpp') 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; -- cgit v1.2.3