From 64db50cf0657c83740276c3869e4cb6304020cf6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Sun, 23 Nov 2025 16:03:51 -0500 Subject: pke: chkpt: more font positioning work, add tests --- src/font.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/font.cpp') 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(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(count, ftd.bkt); -- cgit v1.2.3