feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
2
engine/thirdparty/harfbuzz/src/hb-font.cc
vendored
2
engine/thirdparty/harfbuzz/src/hb-font.cc
vendored
|
|
@ -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
Add a link
Reference in a new issue