kopia lustrzana https://github.com/tonsky/FiraCode
added --composites --windows-compatibility to ttf generation
rodzic
1f4bd8916e
commit
6c38d43545
|
@ -189,13 +189,13 @@ In case you want to alter FiraCode.glyphs and build OTF/TTF/WOFF files yourself,
|
|||
|
||||
```bash
|
||||
# install all required build tools
|
||||
script/bootstrap
|
||||
./script/bootstrap
|
||||
|
||||
# build the font files
|
||||
script/build
|
||||
./script/build
|
||||
|
||||
# install OTFs to ~/Library/Fonts
|
||||
script/install
|
||||
./script/install
|
||||
```
|
||||
|
||||
### Credits
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -51,7 +51,7 @@ for file in $statics; do
|
|||
echo "TTFautohint " ${file}
|
||||
# autohint with detailed info
|
||||
hintedFile=${file/".ttf"/"-hinted.ttf"}
|
||||
ttfautohint -I ${file} ${hintedFile} --stem-width-mode nnn
|
||||
ttfautohint -I ${file} ${hintedFile} --stem-width-mode nnn --composites --windows-compatibility
|
||||
cp ${hintedFile} ${file}
|
||||
rm -rf ${hintedFile}
|
||||
done
|
||||
|
|
Ładowanie…
Reference in New Issue