Fix everything-bot
This commit is contained in:
parent
0e1ad5a075
commit
bfd549daaa
|
@ -669,7 +669,7 @@ struct hb_collect_features_context_t
|
||||||
hb_set_t *feature_indexes_)
|
hb_set_t *feature_indexes_)
|
||||||
: g (get_gsubgpos_table (face, table_tag)),
|
: g (get_gsubgpos_table (face, table_tag)),
|
||||||
feature_indexes (feature_indexes_),
|
feature_indexes (feature_indexes_),
|
||||||
langsys_count(0), script_count(0) {}
|
script_count(0),langsys_count(0) {}
|
||||||
|
|
||||||
bool inline visited (const OT::Script &s)
|
bool inline visited (const OT::Script &s)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue