diff --git a/libs/ui/source/label.cpp b/libs/ui/source/label.cpp index 529f4b82..36de8d35 100644 --- a/libs/ui/source/label.cpp +++ b/libs/ui/source/label.cpp @@ -69,7 +69,7 @@ namespace psemek::ui } for (auto & g : cached_state_->glyphs) - p.draw_rect(g.position, st->text_color); + p.draw_glyph(*st->font, g.character, g.position, st->text_color); } void label::on_state_changed()