mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/cff1] Style
This commit is contained in:
parent
e077ca893e
commit
ca353e644d
1 changed files with 2 additions and 2 deletions
|
@ -420,7 +420,7 @@ struct cff_subset_plan {
|
|||
for (glyph = 1; glyph < num_glyphs; glyph++)
|
||||
{
|
||||
hb_codepoint_t old_glyph;
|
||||
auto &_ = it[0];
|
||||
auto &_ = *it;
|
||||
if (glyph == _.first)
|
||||
{
|
||||
old_glyph = _.second;
|
||||
|
@ -501,7 +501,7 @@ struct cff_subset_plan {
|
|||
for (glyph = 1; glyph < num_glyphs; glyph++)
|
||||
{
|
||||
hb_codepoint_t old_glyph;
|
||||
auto &_ = it[0];
|
||||
auto &_ = *it;
|
||||
if (glyph == _.first)
|
||||
{
|
||||
old_glyph = _.second;
|
||||
|
|
Loading…
Add table
Reference in a new issue