diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-13 07:11:35 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-13 07:11:35 +0100 |
| commit | ff42eaa149231f3ecad178ad786eac294def333f (patch) | |
| tree | 206eabe3aadd5b8d03ee2ca82ba102697ae92891 /src | |
| parent | e41cd0d026bfdb6f5925d630243c072b491cb05d (diff) | |
return glyph actually
Diffstat (limited to 'src')
| -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; } |
