From d66c2bc2d6fb1edb694b02192ff6acae65189b86 Mon Sep 17 00:00:00 2001 From: Jany Belluz Date: Wed, 29 Jan 2014 07:00:43 +0100 Subject: [PATCH] Bump version --- README.md | 3 ++- Sources/FantasqueSansMono-Bold.sfd | 2 +- Sources/FantasqueSansMono-BoldItalic.sfd | 2 +- Sources/FantasqueSansMono-RegItalic.sfd | 2 +- Sources/FantasqueSansMono-Regular.sfd | 2 +- pkg.sh | 4 +++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da822da..fcafa48 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ it might look bad in some cases. Please report these problems: see next section. It also features a good italic version, which I designed in a fashion similar to Consolas' italic version, with new glyph designs, not just an added slant. -It still needs to be emboldened, though. ![](Specimen/vim21.png) @@ -116,3 +115,5 @@ Versions 1.5 - Add regular italic version. Some small changes (Q, w, y, n). +1.6 - Add bold italic version. + diff --git a/Sources/FantasqueSansMono-Bold.sfd b/Sources/FantasqueSansMono-Bold.sfd index 1fafbd1..1f52b8c 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.5 +Version: 1.6 ItalicAngle: 0 UnderlinePosition: -192 UnderlineWidth: 96 diff --git a/Sources/FantasqueSansMono-BoldItalic.sfd b/Sources/FantasqueSansMono-BoldItalic.sfd index 7bf3f43..2cadc48 100644 --- a/Sources/FantasqueSansMono-BoldItalic.sfd +++ b/Sources/FantasqueSansMono-BoldItalic.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.5 +Version: 1.6 ItalicAngle: -11 UnderlinePosition: -192 UnderlineWidth: 96 diff --git a/Sources/FantasqueSansMono-RegItalic.sfd b/Sources/FantasqueSansMono-RegItalic.sfd index e2a666f..c6450b3 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.5 +Version: 1.6 ItalicAngle: -11 UnderlinePosition: -192 UnderlineWidth: 96 diff --git a/Sources/FantasqueSansMono-Regular.sfd b/Sources/FantasqueSansMono-Regular.sfd index f7c02e9..5f9b26b 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.5 +Version: 1.6 ItalicAngle: 0 UnderlinePosition: -192 UnderlineWidth: 96 diff --git a/pkg.sh b/pkg.sh index 284a4c4..6e90d89 100755 --- a/pkg.sh +++ b/pkg.sh @@ -9,7 +9,7 @@ esac pkg=${PKG:-${pkg}} name='fantasque-sans' -version='1.5' +version='1.6' desc='A font family with a great monospaced variant for programmers.' url=http://openfontlibrary.org/en/font/fantasque-sans @@ -22,9 +22,11 @@ fpm -s dir -t ${pkg} -a all \ FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \ FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \ FantasqueSansMono-RegItalic.ttf=/usr/share/fonts/truetype/${name}/ \ + FantasqueSansMono-BoldItalic.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}/ \ + OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \ OFL.txt=/usr/share/doc/${name}/copyright \ README.md=/usr/share/doc/${name}/ \ Specimen=/usr/share/doc/${name}/