Skip to content

Commit

Permalink
afs.core: pyft not subset all opentype layout features glyphs, vsfilt…
Browse files Browse the repository at this point in the history
…er maybe not support (ref: #13)
  • Loading branch information
MIRIMIRIM committed Jun 13, 2024
1 parent 2eee4eb commit 701110b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AssFontSubset.Core/src/PyFontTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ private ProcessStartInfo GetSubsetCmd(SubsetFont ssf)
$"--output-file={ssf.SubsetFontFileTemp!}",
"--name-languages=*",
$"--font-number={ssf.TrackIndex}",
"--no-layout-closure",
];
foreach (var arg in argus)
{
Expand Down

0 comments on commit 701110b

Please sign in to comment.