Skip to content

Commit

Permalink
afs.core: subset fix vsfilter select vertical fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Jul 19, 2024
1 parent dc74c9c commit 87bd559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AssFontSubset.Core/src/PyFontTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ private ProcessStartInfo GetSubsetCmd(SubsetFont ssf)
"--name-languages=*",
$"--font-number={ssf.TrackIndex}",
// "--no-layout-closure",
$"--layout-features={string.Join(",", enableFeatures)}"
$"--layout-features={string.Join(",", enableFeatures)}",
"--no-prune-codepage-ranges" // Affects VSFilter vertical layout, it can’t find correct fonts when change OS/2 ulCodePageRange*
];
foreach (var arg in argus)
{
Expand Down

0 comments on commit 87bd559

Please sign in to comment.