Skip to content

Commit

Permalink
Fixed hinting settings to match Glyphs export #1315
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 3, 2021
1 parent 8ff852e commit bd4e557
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### 6.1

- Fixed hinting settings to match Glyphs export #1315

### 6.0

Unicode:
Expand All @@ -15,7 +19,7 @@ Unicode:
- Added U+EE00..U+EE0B Progress Bar `` #1182
- Added U+2237 Propotion `` #1219
- Added U+21AA Rightwards Arrow with Hook `` #1307

Changed:

- Fixed weird look of `::<` `::>` `<::` `>::` #1145
Expand All @@ -27,6 +31,7 @@ Removed:
- Restored short `|` by default, long one moved to `cv30` #843 #1160
- Moved `.-` into `cv25` #670 #860 #1103
- Moved `.=` into `cv32` #670
- Removed named “Retina” instance from FiraCode-VF.ttf (you can still get it by setting `wght=450`) #1318

Added (variants):

Expand Down
3 changes: 1 addition & 2 deletions script/build_ttf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ for weight in "${weights[@]}"; do
gftools fix-dsig --autofix ${file}

echo "TTFautohint " ${file}
ttfautohint --detailed-info ${file} ${file}.hinted --stem-width-mode nnn --composites
#--windows-compatibility
ttfautohint --no-info --ignore-restrictions ${file} ${file}.hinted
mv ${file}.hinted ${file}
done

0 comments on commit bd4e557

Please sign in to comment.