[coretext] Add TODO item

This commit is contained in:
Behdad Esfahbod 2015-08-19 13:22:12 +01:00
parent 7c5bee09d9
commit 958c268fa3
1 changed files with 1 additions and 0 deletions

View File

@ -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)