Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jan 3, 2023
1 parent 2f71ef4 commit 577c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb-utils.c
Expand Up @@ -70,7 +70,7 @@ hb_font_t* get_hb_font(lua_State *L, int index) {

hb_ot_font_set_funcs(font);

#if HB_VERSION_ATLEAST(3, 3, 0)
#ifdef HAVE_HARFBUZZ_SUBSET
if (hb_ot_var_has_data(face)) {
hb_ot_var_axis_info_t* axes;
unsigned int nAxes;
Expand Down

0 comments on commit 577c165

Please sign in to comment.