diff options
| -rw-r--r-- | src/text.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.cc b/src/text.cc index 94bc6da..992f20f 100644 --- a/src/text.cc +++ b/src/text.cc @@ -181,6 +181,8 @@ enum font_error_e wayc_font_render(struct font_s* font, codepoint_t codepoint, got.advance = advance; wayc_hashmap_insert(&font->cached, &codepoint, &got); + + *glyph = got; return FONT_ERROR_NONE; } |
