[cff] minor

pull/2155/head
Ebrahim Byagowi 5 years ago
parent 0d61926ca7
commit 25707e37e3
  1. 5
      src/hb-ot-cff1-table.hh
  2. 5
      src/hb-ot-cff2-table.hh

@ -1375,10 +1375,7 @@ struct cff1
struct accelerator_subset_t : accelerator_templ_t<cff1_private_dict_opset_subset, cff1_private_dict_values_subset_t> {};
bool subset (hb_subset_context_t *c) const
{
return hb_subset_cff1 (c);
}
bool subset (hb_subset_context_t *c) const { return hb_subset_cff1 (c); }
protected:
HB_INTERNAL static hb_codepoint_t lookup_standard_encoding_for_code (hb_codepoint_t sid);

@ -538,10 +538,7 @@ struct cff2
typedef accelerator_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t> accelerator_subset_t;
bool subset (hb_subset_context_t *c) const
{
return hb_subset_cff2 (c);
}
bool subset (hb_subset_context_t *c) const { return hb_subset_cff2 (c); }
public:
FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */

Loading…
Cancel
Save