[cff] minor
This commit is contained in:
parent
0d61926ca7
commit
25707e37e3
@ -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…
Reference in New Issue
Block a user