diff options
Diffstat (limited to '')
-rw-r--r-- | libskrift_get_grapheme_glyph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift_get_grapheme_glyph.c b/libskrift_get_grapheme_glyph.c index e0b699d..79b36dc 100644 --- a/libskrift_get_grapheme_glyph.c +++ b/libskrift_get_grapheme_glyph.c @@ -115,6 +115,6 @@ libskrift_get_grapheme_glyph(LIBSKRIFT_CONTEXT *ctx, libskrift_codepoint_t codep return r; } - /* TODO add callback for drawing fallback glyph, draw square by default. */ + /* TODO Use glyph 0 */ return -1; } |