v1.6, added new glyphs, fixed some glyphs

- Updated font files that had blank x.sc and y.sc.
- Removed using ttfautohint CTRL files from the build process as the TTFs are no longer the same ones being generated by the latest Glyphs App therefore the point references are  wrong.
- Added Welsh glyphs /Ygrave/ygrave/Ycircumflex/ycircumflex/Wacute/wacute/Wgrave/wgrave/Wcircumflex/wcircumflex/Wdieresis/wdieresis/ygrave.sc/ycircumflex.sc/wacute.sc/wgrave.sc/wcircumflex.sc/wdieresis.sc
- Added new arrows: /leftHookArrow/rightHookArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow
This commit is contained in:
weiweihuanghuang 2017-11-06 20:43:27 +01:00
parent d8aee8ef87
commit 1276c7a2dc
42 changed files with 322338 additions and 6726 deletions

View File

@ -37,6 +37,12 @@ ChangeLog
When you make modifications, be sure to add a description of your changes,
following the format of the other entries, to the start of this section.
6 Nov 2017 (Wei Huang) 'Work Sans' v1.6
- Updated font files that had blank x.sc and y.sc.
- Removed using ttfautohint CTRL files from the build process as the TTFs are no longer the same ones being generated by the latest Glyphs App therefore the point references are wrong.
- Added Welsh glyphs /Ygrave/ygrave/Ycircumflex/ycircumflex/Wacute/wacute/Wgrave/wgrave/Wcircumflex/wcircumflex/Wdieresis/wdieresis/ygrave.sc/ycircumflex.sc/wacute.sc/wgrave.sc/wcircumflex.sc/wdieresis.sc
- Added new arrows: /leftHookArrow/rightHookArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow
9 Apr 2016 (Wei Huang) 'Work Sans' v1.52
- Fixed compatibility issues causing blank x.sc and y.sc
- Fixed Black master *.sc glyph darkness

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

104814
sources/Drukwerk.glyphs Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

104621
sources/Work Sans-1.glyphs Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,8 @@ for i in ExtraLight Thin; do
echo "WorkSans-$i.ttf hinted"
done
for i in Light Regular Medium SemiBold Bold ExtraBold Black ; do
ttfautohint -n -w G -x 0 -f latn --control-file=hinting/WorkSans-$i.ctrl WorkSans-$i#1.ttf WorkSans-$i.ttf
# ttfautohint -n -w G -x 0 -f latn --control-file=hinting/WorkSans-$i.ctrl WorkSans-$i#1.ttf WorkSans-$i.ttf
ttfautohint -n -w G -x 0 -f latn WorkSans-$i#1.ttf WorkSans-$i.ttf
echo "WorkSans-$i.ttf hinted"
done