Skip to content

Commit

Permalink
add ttfautohint and bump version number to 1.401
Browse files Browse the repository at this point in the history
  • Loading branch information
stl committed Jul 27, 2023
1 parent e096c2e commit 73a9100
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BuenosAiresMono-Bold.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Buenos Aires Mono
Weight: Bold
Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nCyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nEmboldened by MihailJP.\n\nSome glyphs modified by Greg Omelaenko, using FontForge.
UComments: "2005-8-26: Created."
Version: 1.3
Version: 1.401
ItalicAngle: 0
UnderlinePosition: -102
UnderlineWidth: 51
Expand Down
2 changes: 1 addition & 1 deletion BuenosAiresMono-BoldItalic.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Buenos Aires Mono
Weight: Bold
Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nCyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nEmboldened and italicized by MihailJP.\n\nSome glyphs modified by Greg Omelaenko, using FontForge.
UComments: "2005-8-26: Created."
Version: 1.3
Version: 1.401
ItalicAngle: -10
UnderlinePosition: -102
UnderlineWidth: 51
Expand Down
2 changes: 1 addition & 1 deletion BuenosAiresMono-Italic.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Buenos Aires Mono
Weight: Regular
Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nCyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nItalic changes by MihailJP.\n\nSome glyphs modified by Greg Omelaenko, using FontForge.
UComments: "2005-8-26: Created."
Version: 1.4
Version: 1.401
ItalicAngle: -10
UnderlinePosition: -102
UnderlineWidth: 51
Expand Down
2 changes: 1 addition & 1 deletion BuenosAiresMono-Regular.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Buenos Aires Mono
Weight: Regular
Copyright: Original Roman version created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Hellenisation of the Roman font, by Dimosthenis Kaponis, using FontForge. Hellenic glyphs Copyright 2010-2012 Dimosthenis Kaponis. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nCyrillic glyphs added by MihailJP, using FontForge. Cyrillic glyphs Copyright 2012 MihailJP. Released under the SIL Open Font License, http://scripts.sil.org/OFL.\n\nSome glyphs modified by Greg Omelaenko, using FontForge.
UComments: "2005-8-26: Created."
Version: 1.3
Version: 1.401
ItalicAngle: 0
UnderlinePosition: -101
UnderlineWidth: 50
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ all: ttf otf

.sfd.ttf:
${FFCMD}
ttfautohint $@ ${@:.ttf=.autohinted.ttf}
rm $@
mv ${@:.ttf=.autohinted.ttf} $@
.sfd.otf:
${FFCMD}

Expand Down

0 comments on commit 73a9100

Please sign in to comment.