[cff] Minor
This commit is contained in:
parent
227d85e138
commit
62dfe7aea2
|
@ -1064,7 +1064,7 @@ static inline bool _write_cff1 (const cff_subset_plan &plan,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static inline bool
|
||||||
_hb_subset_cff1 (const OT::cff1::accelerator_subset_t &acc,
|
_hb_subset_cff1 (const OT::cff1::accelerator_subset_t &acc,
|
||||||
const char *data,
|
const char *data,
|
||||||
hb_subset_plan_t *plan,
|
hb_subset_plan_t *plan,
|
||||||
|
|
|
@ -571,7 +571,7 @@ static inline bool _write_cff2 (const cff2_subset_plan &plan,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static inline bool
|
||||||
_hb_subset_cff2 (const OT::cff2::accelerator_subset_t &acc,
|
_hb_subset_cff2 (const OT::cff2::accelerator_subset_t &acc,
|
||||||
const char *data,
|
const char *data,
|
||||||
hb_subset_plan_t *plan,
|
hb_subset_plan_t *plan,
|
||||||
|
|
Loading…
Reference in New Issue