Whitespace
This commit is contained in:
parent
f85f6e815f
commit
1bcc4fc9f3
|
@ -156,9 +156,9 @@ arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UN
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
|
Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
|
||||||
Supplier<unsigned int > ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list, num_first_glyphs);
|
Supplier<unsigned int> ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list, num_first_glyphs);
|
||||||
Supplier<OT::GlyphID> ligatures_supplier (ligature_list, num_ligatures);
|
Supplier<OT::GlyphID> ligatures_supplier (ligature_list, num_ligatures);
|
||||||
Supplier<unsigned int > component_count_supplier (component_count_list, num_ligatures);
|
Supplier<unsigned int> component_count_supplier (component_count_list, num_ligatures);
|
||||||
Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
|
Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
|
||||||
|
|
||||||
/* 16 bytes per ligature ought to be enough... */
|
/* 16 bytes per ligature ought to be enough... */
|
||||||
|
|
Loading…
Reference in New Issue