pull/148/head
Behdad Esfahbod 9 years ago
parent ee9b0b6cb5
commit 50f489a0a0
  1. 2
      src/hb-font-private.hh

@ -268,7 +268,7 @@ struct hb_font_t {
{
*x = get_glyph_h_advance (glyph) / 2;
/* TODO use font_metics.ascent */
/* TODO use font_metrics.ascent */
*y = y_scale;
}

Loading…
Cancel
Save