1
0
Fork 0
mirror of synced 2024-05-05 05:03:35 +12:00

Simplified ss06 code

This commit is contained in:
Nikita Prokopov 2020-10-26 13:10:54 +01:00
parent a0e08ea3f9
commit 4d385a806c
3 changed files with 10 additions and 45 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,6 @@
# Name: Thin backslash
sub backslash' by backslash.ss06;
lookup backslash_thin {
sub backslash.ss06 backslash.ss06' by backslash.thick.ss06;
ignore sub backslash.ss06 backslash';
sub backslash' by backslash.ss06;
} backslash_thin;

View file

@ -17,7 +17,7 @@ for weight in "${weights[@]}"; do
gftools fix-dsig --autofix ${file}
echo "TTFautohint " ${file}
ttfautohint -I ${file} ${file}.hinted --stem-width-mode nnn --composites
ttfautohint --detailed-info ${file} ${file}.hinted --stem-width-mode nnn --composites
#--windows-compatibility
mv ${file}.hinted ${file}
done