Skip to content

Commit

Permalink
afs,core: HarfBuzzSubset fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Nov 11, 2024
1 parent aaf6b3a commit e725268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AssFontSubset.Core/src/HarfBuzzSubset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public override void SubsetFonts(Dictionary<string, List<SubsetFont>> subsetFont
CreateFontSubset(subsetFont, outputFolder);
logger?.ZLogInformation($"Subset font completed, use {timer} ms");
}

i++;
}
}

Expand Down

0 comments on commit e725268

Please sign in to comment.