[font] Fix build with no-var configs
This commit is contained in:
parent
91b779e23c
commit
24650624c8
|
@ -1544,8 +1544,10 @@ hb_font_create (hb_face_t *face)
|
||||||
hb_ot_font_set_funcs (font);
|
hb_ot_font_set_funcs (font);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HB_NO_VAR
|
||||||
if (face && face->index >> 16)
|
if (face && face->index >> 16)
|
||||||
hb_font_set_var_named_instance (font, (face->index >> 16) - 1);
|
hb_font_set_var_named_instance (font, (face->index >> 16) - 1);
|
||||||
|
#endif
|
||||||
|
|
||||||
return font;
|
return font;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue