Skip to content

Commit

Permalink
afs.core: fix change ass font name tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Oct 25, 2024
1 parent 13847a9 commit 3863be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssFontSubset.Core/src/SubsetByPyFT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ where kv2.Key.FamilyNames.ContainsValue(kv.Key)
foreach (var range in evt.TextRanges)
{
var block = text[range];
if (AssEvent.IsOverrideBlock(block) && ReplaceFontName(block, nameMap, sb))
if (AssEvent.IsOverrideBlock(block) && ReplaceFontName(block, assFontNameMapSort, sb))
{
lineChanged = true;
}
Expand Down

0 comments on commit 3863be7

Please sign in to comment.