[glyf] Start splitting file
This commit is contained in:
parent
e867ac3aef
commit
100576b7b7
|
@ -88,6 +88,7 @@ HB_BASE_sources = \
|
|||
hb-ot-layout-gdef-table.hh \
|
||||
hb-ot-layout-gpos-table.hh \
|
||||
hb-ot-layout-gsub-table.hh \
|
||||
OT/glyf/glyf.hh \
|
||||
OT/Layout/GSUB/Common.hh \
|
||||
OT/Layout/GSUB/Sequence.hh \
|
||||
OT/Layout/GSUB/SingleSubstFormat1.hh \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -353,7 +353,7 @@ _populate_gids_to_retain (hb_subset_plan_t* plan,
|
|||
bool close_over_gpos,
|
||||
bool close_over_gdef)
|
||||
{
|
||||
OT::glyf::accelerator_t glyf (plan->source);
|
||||
OT::glyf_accelerator_t glyf (plan->source);
|
||||
#ifndef HB_NO_SUBSET_CFF
|
||||
OT::cff1::accelerator_t cff (plan->source);
|
||||
#endif
|
||||
|
|
|
@ -92,6 +92,7 @@ hb_base_sources = files(
|
|||
'hb-ot-layout-gdef-table.hh',
|
||||
'hb-ot-layout-gpos-table.hh',
|
||||
'hb-ot-layout-gsub-table.hh',
|
||||
'OT/glyf/glyf.hh',
|
||||
'OT/Layout/GSUB/Common.hh',
|
||||
'OT/Layout/GSUB/Sequence.hh',
|
||||
'OT/Layout/GSUB/SingleSubstFormat1.hh',
|
||||
|
|
Loading…
Reference in New Issue