Skip to content

Commit

Permalink
afs.core: update submodules\Mobsub
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Aug 1, 2024
1 parent fab6338 commit 2ab4b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AssFontSubset.Core/src/AssFont.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static Dictionary<AssFontInfo, List<Rune>> GetAssFonts(string file, out A
}
}

return AssFontParse.GetUsedFontInfos(ass.Events.Collection, ass.Styles.Collection);
return AssFontParse.GetUsedFontInfos(ass.Events.Collection, ass.Styles.Collection, logger);
}

public static bool IsMatch(AssFontInfo afi, FontInfo fi, bool single, int? minimalWeight = null, bool? hadItalic = null, ILogger? logger = null)
Expand Down

0 comments on commit 2ab4b52

Please sign in to comment.