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

Fixed hinting settings to match Glyphs export #1315

This commit is contained in:
Nikita Prokopov 2021-12-03 17:47:48 +01:00
parent 8ff852e533
commit bd4e557891
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### 6.1
- Fixed hinting settings to match Glyphs export #1315
### 6.0 ### 6.0
Unicode: Unicode:
@ -15,7 +19,7 @@ Unicode:
- Added U+EE00..U+EE0B Progress Bar `` #1182 - Added U+EE00..U+EE0B Progress Bar `` #1182
- Added U+2237 Propotion `∷` #1219 - Added U+2237 Propotion `∷` #1219
- Added U+21AA Rightwards Arrow with Hook `↪` #1307 - Added U+21AA Rightwards Arrow with Hook `↪` #1307
Changed: Changed:
- Fixed weird look of `::<` `::>` `<::` `>::` #1145 - Fixed weird look of `::<` `::>` `<::` `>::` #1145
@ -27,6 +31,7 @@ Removed:
- Restored short `|` by default, long one moved to `cv30` #843 #1160 - Restored short `|` by default, long one moved to `cv30` #843 #1160
- Moved `.-` into `cv25` #670 #860 #1103 - Moved `.-` into `cv25` #670 #860 #1103
- Moved `.=` into `cv32` #670 - Moved `.=` into `cv32` #670
- Removed named “Retina” instance from FiraCode-VF.ttf (you can still get it by setting `wght=450`) #1318
Added (variants): Added (variants):

View file

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