[cff] Minor

This commit is contained in:
Behdad Esfahbod 2019-05-10 23:17:15 -07:00
parent 227d85e138
commit 62dfe7aea2
2 changed files with 2 additions and 2 deletions

View File

@ -1064,7 +1064,7 @@ static inline bool _write_cff1 (const cff_subset_plan &plan,
return true;
}
static bool
static inline bool
_hb_subset_cff1 (const OT::cff1::accelerator_subset_t &acc,
const char *data,
hb_subset_plan_t *plan,

View File

@ -571,7 +571,7 @@ static inline bool _write_cff2 (const cff2_subset_plan &plan,
return true;
}
static bool
static inline bool
_hb_subset_cff2 (const OT::cff2::accelerator_subset_t &acc,
const char *data,
hb_subset_plan_t *plan,