Skip to content

Commit bd4e557

Browse files
committed
Fixed hinting settings to match Glyphs export #1315
1 parent 8ff852e commit bd4e557

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
### 6.1
6+
7+
- Fixed hinting settings to match Glyphs export #1315
8+
59
### 6.0
610

711
Unicode:
@@ -15,7 +19,7 @@ Unicode:
1519
- Added U+EE00..U+EE0B Progress Bar `` #1182
1620
- Added U+2237 Propotion `` #1219
1721
- Added U+21AA Rightwards Arrow with Hook `` #1307
18-
22+
1923
Changed:
2024

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

3136
Added (variants):
3237

script/build_ttf.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ for weight in "${weights[@]}"; do
2020
gftools fix-dsig --autofix ${file}
2121

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

0 commit comments

Comments
 (0)