Minor, tweak spaces
This commit is contained in:
parent
29f0b6bce7
commit
ae6e348d64
|
@ -287,11 +287,8 @@ struct subr_flattener_t
|
|||
{
|
||||
subr_flattener_t (const ACC &acc_,
|
||||
const hb_vector_t<hb_codepoint_t> &glyphs_,
|
||||
bool drop_hints_)
|
||||
: acc (acc_),
|
||||
glyphs (glyphs_),
|
||||
drop_hints (drop_hints_)
|
||||
{}
|
||||
bool drop_hints_) : acc (acc_), glyphs (glyphs_),
|
||||
drop_hints (drop_hints_) {}
|
||||
|
||||
bool flatten (str_buff_vec_t &flat_charstrings)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue