mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Fix build
This commit is contained in:
parent
32d3c06b61
commit
a6048e4cd0
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ hb_ot_get_glyph_extents (hb_font_t *font,
|
|||
bool ret = false;
|
||||
|
||||
#if !defined(HB_NO_OT_FONT_BITMAP) && !defined(HB_NO_COLOR)
|
||||
if (!ret) ot_face->sbix->get_extents (font, glyph, extents);
|
||||
if (!ret) ret = ot_face->sbix->get_extents (font, glyph, extents);
|
||||
#endif
|
||||
if (!ret) ret = ot_face->glyf->get_extents (glyph, extents);
|
||||
#ifndef HB_NO_OT_FONT_CFF
|
||||
|
|
Loading…
Add table
Reference in a new issue