This commit is contained in:
Behdad Esfahbod 2015-10-11 20:59:29 -04:00
parent ee9b0b6cb5
commit 50f489a0a0
1 changed files with 1 additions and 1 deletions

View File

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