summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-08-19 13:22:12 +0100
committerBehdad Esfahbod <behdad@behdad.org>2015-08-19 13:22:12 +0100
commit958c268fa3a520666436e77a2111a3b564a36d96 (patch)
tree05a0ea817e1e228757da6594d12a4f47299a64d0
parent7c5bee09d9c7c25672c7c77572ebae0b731892d0 (diff)
downloadharfbuzz-958c268fa3a520666436e77a2111a3b564a36d96.tar.gz
[coretext] Add TODO item
-rw-r--r--src/hb-coretext.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 2e8df5c0..b0df2f4b 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -156,6 +156,7 @@ _hb_coretext_shaper_font_data_create (hb_font_t *font)
hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face);
/* Choose a CoreText font size and calculate multipliers to convert to HarfBuzz space. */
+ /* TODO: use upem instead of 36? */
CGFloat font_size = 36.; /* Default... */
/* No idea if the following is even a good idea. */
if (font->y_ppem)