Update hb-ot-var-gvar-table.hh
This commit is contained in:
parent
8fdb8fcf80
commit
435bc7f3e2
|
@ -682,7 +682,6 @@ struct gvar
|
||||||
|
|
||||||
unsigned int get_axis_count () const { return gvar_table->axisCount; }
|
unsigned int get_axis_count () const { return gvar_table->axisCount; }
|
||||||
|
|
||||||
}
|
|
||||||
protected:
|
protected:
|
||||||
const GlyphVarData *get_glyph_var_data (hb_codepoint_t glyph) const
|
const GlyphVarData *get_glyph_var_data (hb_codepoint_t glyph) const
|
||||||
{ return gvar_table->get_glyph_var_data (glyph); }
|
{ return gvar_table->get_glyph_var_data (glyph); }
|
||||||
|
|
Loading…
Reference in New Issue