1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-08-15 05:20:40 +03:00

Fixed hinting glitch on Bold ampersand and added font installing instructions to ReadMe

This commit is contained in:
Miguel Sousa 2012-09-27 11:27:42 -07:00
parent 3fe7458b19
commit a89341637a
5 changed files with 18 additions and 1 deletions

12
.gitignore vendored
View File

@ -1 +1,13 @@
target/
Roman/Black/SourceCodePro-Black.otf
Roman/Black/SourceCodePro-Black.ttf
Roman/Bold/SourceCodePro-Bold.otf
Roman/Bold/SourceCodePro-Bold.ttf
Roman/ExtraLight/SourceCodePro-ExtraLight.otf
Roman/ExtraLight/SourceCodePro-ExtraLight.ttf
Roman/Light/SourceCodePro-Light.otf
Roman/Light/SourceCodePro-Light.ttf
Roman/Regular/SourceCodePro-Regular.otf
Roman/Regular/SourceCodePro-Regular.ttf
Roman/Semibold/SourceCodePro-Semibold.otf
Roman/Semibold/SourceCodePro-Semibold.ttf

View File

@ -49,3 +49,8 @@ It builds all OTFs and TTFs, and can be executed by typing:
$ ./build.sh
Installing
====
[Font Installation Instructions](http://www.adobe.com/type/browser/fontinstall/instructions_english.html).

Binary file not shown.

View File

@ -89,7 +89,7 @@ gscript 1,24,0;1,20,0;2,29,1;2,10,0;4,29,3,0,-1;14,7,29,20,-1;14,23,29,20,-1;4,1
fi 1,5,4;1,16,0;1,26,0;2,20,0;2,28,0;4,5,12,0,-1;4,16,19,0,-1;4,19,22,-1,-1;4,16,25,-1,-1;4,26,36,-2,-1;4,36,30,-2,-1
fl 1,35,4;1,5,4;1,16,0;2,20,0;2,29,0;4,5,12,0,-1;4,16,19,0,-1;4,19,22,-1,-1;4,16,25,-1,-1;4,29,40,0,-1
aogonek.alt 1,18,0;1,24,0;2,51,0;2,38,1;2,25,0;4,51,3,0,-1;14,48,51,18,-1;4,48,6,0,-1;14,21,18,51,-1;4,21,7,0,-1;4,18,10,0,-1;4,38,31,0,-1;4,25,46,-1,-1
ampersand 1,38,3;2,27,0;2,22,0;4,27,3,0,-1;14,5,27,38,-1;14,13,38,27,-1;4,13,30,-1,-1;4,30,8,-1,-1;4,38,19,0,-1;4,5,25,-1,-1;4,13,46,0,-1;4,25,62,-1,-1;4,62,51,-1,-1;4,22,65,-1,-1
ampersand 1,51,3;2,33,0;2,28,0;4,33,3,0,-1;14,5,51,33,-1;14,13,33,51,-1;4,13,43,-1,-1;4,43,8,-1,-1;4,51,19,0,-1;4,5,30,-1,-1;4,30,25,-1,-1;4,28,27,-1,-1;4,13,59,0,-1;4,25,62,-1,-1
zero 1,10,2;2,0,0;4,10,20,0,-1;4,0,30,0,-1;14,40,30,20,0;4,40,46,-2,-1
one 1,10,2;2,2,0;4,2,3,0,-1;4,3,0,-1,-1;4,10,5,-1,-1;4,5,7,0,-1
two 1,17,2;2,32,0;4,32,30,0,-1;4,30,0,-1,-1;14,5,17,32,-1;4,17,8,0,-1

0
build.sh Executable file → Normal file
View File