mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[font] Change fallback y_advance sign
Ouch.
This commit is contained in:
parent
9c00255b4a
commit
1a4bdd699a
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ hb_font_get_glyph_v_advance_nil (hb_font_t *font,
|
|||
void *user_data HB_UNUSED)
|
||||
{
|
||||
/* TODO use font_extents.ascender+descender */
|
||||
return font->y_scale;
|
||||
return -font->y_scale;
|
||||
}
|
||||
|
||||
static hb_position_t
|
||||
|
|
Loading…
Add table
Reference in a new issue