first pass at standing up freetype font provider backend

This commit is contained in:
Ryan Fleury
2025-05-10 15:59:44 -07:00
parent 868f2d0660
commit 219e5bd211
5 changed files with 156 additions and 16 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ dr_truncated_fancy_run_list(Vec2F32 p, DR_FRunList *list, F32 max_x, FNT_Run tra
if(!r_handle_match(texture, r_handle_zero()))
{
dr_img(dst, src, texture, fr->color, 0, 0, 0);
//dr_rect(dst, v4f32(0, 1, 0, 0.5f), 0, 1.f, 0.f);
// dr_rect(dst, v4f32(0, 1, 0, 0.5f), 0, 1.f, 0.f);
}
advance += piece->advance;
pixel_range.min = Min(pre_advance, pixel_range.min);