From 323190c27b80cddc9b3c42d19f1f243e2acb2411 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 12 Apr 2012 12:29:10 -0400 Subject: [PATCH] Minor --- src/hb-ft.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 23c2cc03..da5a4b46 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -61,6 +61,8 @@ * provide any API to get to the transform/delta set on the face. :( * * - Always use FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH? + * + * - FT_Load_Glyph() is exteremely costly. Do something about it? */ -- GitLab