未验证 提交 bc27f86f 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

Move HB_NO_VAR to a better place in hb-font.cc

Needed for other works
上级 1cc844da
......@@ -1815,6 +1815,7 @@ hb_font_get_ptem (hb_font_t *font)
return font->ptem;
}
#ifndef HB_NO_VAR
/*
* Variations
*/
......@@ -1830,7 +1831,6 @@ _hb_font_adopt_var_coords_normalized (hb_font_t *font,
font->num_coords = coords_length;
}
#ifndef HB_NO_VAR
/**
* hb_font_set_variations:
*
......@@ -1909,7 +1909,6 @@ hb_font_set_var_named_instance (hb_font_t *font,
hb_font_set_var_coords_design (font, coords, coords_length);
free (coords);
}
#endif
/**
* hb_font_set_var_coords_normalized:
......@@ -1951,7 +1950,7 @@ hb_font_get_var_coords_normalized (hb_font_t *font,
return font->coords;
}
#endif
#ifndef HB_DISABLE_DEPRECATED
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册