summaryrefslogtreecommitdiff
path: root/src/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.cpp')
-rw-r--r--src/font.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/font.cpp b/src/font.cpp
index fd35019..9b38d69 100644
--- a/src/font.cpp
+++ b/src/font.cpp
@@ -1034,7 +1034,6 @@ FontTypeRender FontType_AddStringRender(FontTypeHandle font_type_handle, const p
FontType_cstr_to_unicode(*ft, glyph_indices, str);
- // TODO specific bucket
count = glyph_indices.next;
fr->n_glyphs = count;
fr->glyph_indices = pk_new_arr<uint32_t>(count, ftd.bkt);
@@ -1084,7 +1083,6 @@ void FontType_UpdateStringRenderText(FontTypeRender ftr, pk_cstr &&cstr) {
FontType_cstr_to_unicode(*ft, glyph_indices, cstr);
- // TODO specific bucket
count = glyph_indices.next;
fr.n_glyphs = count;
fr.glyph_indices = pk_new_arr<uint32_t>(count, ftd.bkt);