Fix HB_TINY build

This commit is contained in:
Behdad Esfahbod 2023-04-20 16:05:03 -06:00
parent 32f145ff9c
commit b3da715b9c
1 changed files with 2 additions and 1 deletions

View File

@ -241,6 +241,8 @@ struct glyf_accelerator_t
return true; return true;
} }
public:
#ifndef HB_NO_VAR #ifndef HB_NO_VAR
struct points_aggregator_t struct points_aggregator_t
{ {
@ -304,7 +306,6 @@ struct glyf_accelerator_t
contour_point_t *get_phantoms_sink () { return phantoms; } contour_point_t *get_phantoms_sink () { return phantoms; }
}; };
public:
unsigned unsigned
get_advance_with_var_unscaled (hb_font_t *font, hb_codepoint_t gid, bool is_vertical) const get_advance_with_var_unscaled (hb_font_t *font, hb_codepoint_t gid, bool is_vertical) const
{ {