File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33All 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
711Unicode:
@@ -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+
1923Changed:
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
3136Added (variants):
3237
Original file line number Diff line number Diff 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}
2625done
You can’t perform that action at this time.
0 commit comments