From 96c664395e9c872884b4103167db04bc13726a42 Mon Sep 17 00:00:00 2001 From: Jany Belluz Date: Fri, 24 Jan 2014 12:27:29 +0100 Subject: [PATCH] bump version --- README.md | 3 +++ Sources/FantasqueSansMono-Bold.sfd | 4 ++-- Sources/FantasqueSansMono-RegItalic.sfd | 8 ++++---- Sources/FantasqueSansMono-Regular.sfd | 8 ++++---- pkg.sh | 12 +++++++----- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6b75fd1..43c3993 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,6 @@ Versions whatnot without worrying about renaming**. Many small improvements (8, s , t, a, e, {, }, W, i, l, g...). +1.5 - Add regular italic version. + Some small changes (Q, w, y, n). + diff --git a/Sources/FantasqueSansMono-Bold.sfd b/Sources/FantasqueSansMono-Bold.sfd index 315744d..2326de6 100644 --- a/Sources/FantasqueSansMono-Bold.sfd +++ b/Sources/FantasqueSansMono-Bold.sfd @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono Weight: Bold Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net) UComments: "2013-9-13: Created." -Version: 1.4.1 +Version: 1.5 ItalicAngle: 0 UnderlinePosition: -192 UnderlineWidth: 96 @@ -20,7 +20,7 @@ OS2Version: 3 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1379052706 -ModificationTime: 1390319738 +ModificationTime: 1390562797 PfmFamily: 49 TTFWeight: 700 TTFWidth: 5 diff --git a/Sources/FantasqueSansMono-RegItalic.sfd b/Sources/FantasqueSansMono-RegItalic.sfd index e616564..754597a 100644 --- a/Sources/FantasqueSansMono-RegItalic.sfd +++ b/Sources/FantasqueSansMono-RegItalic.sfd @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono Weight: Regular Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net) UComments: "2013-9-13: Created." -Version: 1.4.1 +Version: 1.5 ItalicAngle: -11 UnderlinePosition: -192 UnderlineWidth: 96 @@ -20,7 +20,7 @@ OS2Version: 3 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1379052706 -ModificationTime: 1390508525 +ModificationTime: 1390562786 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -4765,7 +4765,7 @@ SplineSet 920 160 958 136 988 107 c 1 883 -10 l 1x9c EndSplineSet -Validated: 8388609 +Validated: 1 EndChar StartChar: paragraph @@ -14208,7 +14208,7 @@ SplineSet 753 193 764 241 768 260 c 2 830 576 l 2xf0 EndSplineSet -Validated: 8388609 +Validated: 1 EndChar StartChar: Hbar diff --git a/Sources/FantasqueSansMono-Regular.sfd b/Sources/FantasqueSansMono-Regular.sfd index 15a3545..3cb4fb8 100644 --- a/Sources/FantasqueSansMono-Regular.sfd +++ b/Sources/FantasqueSansMono-Regular.sfd @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono Weight: Regular Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net) UComments: "2013-9-13: Created." -Version: 1.4.1 +Version: 1.5 ItalicAngle: 0 UnderlinePosition: -192 UnderlineWidth: 96 @@ -20,7 +20,7 @@ OS2Version: 3 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1379052706 -ModificationTime: 1390561835 +ModificationTime: 1390562771 PfmFamily: 49 TTFWeight: 400 TTFWidth: 5 @@ -842,7 +842,7 @@ EndChar StartChar: w Encoding: 119 119 22 Width: 1060 -Flags: HWO +Flags: HW HStem: -3 152<292 386.193 671.47 758.193> 1020 12G<114.684 171 825 983.5> VStem: 152 140<149 479.342> 473 140<264.591 824> 849 140<299.081 1017.18> LayerCount: 2 @@ -1422,7 +1422,7 @@ StartChar: Q Encoding: 81 81 40 Width: 1060 VWidth: 0 -Flags: HWO +Flags: HW HStem: -131 151<766.2 973> -3 147<384.148 594.248> 281 149<400.156 576.439> 1152 153<349.058 633.119> VStem: 50 159<337.577 972.241> 783 159<344.802 970.262> LayerCount: 2 diff --git a/pkg.sh b/pkg.sh index 17f9e5f..284a4c4 100755 --- a/pkg.sh +++ b/pkg.sh @@ -9,7 +9,7 @@ esac pkg=${PKG:-${pkg}} name='fantasque-sans' -version='1.4.1' +version='1.5' desc='A font family with a great monospaced variant for programmers.' url=http://openfontlibrary.org/en/font/fantasque-sans @@ -19,10 +19,12 @@ fpm -s dir -t ${pkg} -a all \ --url ${url} \ --description "${desc}" \ --license OFL \ - FantasqueSansMono.ttf=/usr/share/fonts/truetype/${name}/ \ - FantasqueSansMonoBold.ttf=/usr/share/fonts/truetype/${name}/ \ - OTF/FantasqueSansMono.otf=/usr/share/fonts/opentype/${name}/ \ - OTF/FantasqueSansMonoBold.otf=/usr/share/fonts/opentype/${name}/ \ + FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \ + FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \ + FantasqueSansMono-RegItalic.ttf=/usr/share/fonts/truetype/${name}/ \ + OTF/FantasqueSansMono-Regular.otf=/usr/share/fonts/opentype/${name}/ \ + OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \ + OTF/FantasqueSansMono-RegItalic.otf=/usr/share/fonts/opentype/${name}/ \ OFL.txt=/usr/share/doc/${name}/copyright \ README.md=/usr/share/doc/${name}/ \ Specimen=/usr/share/doc/${name}/