1
0
mirror of https://github.com/teryror/pixel-fonts.git synced 2024-06-25 13:29:31 +00:00

Merge pull request #1 from Michaelangel007/master

Added link to Open Sans TTF
This commit is contained in:
teryror 2015-07-12 12:14:49 +02:00
commit e0df6559a8
2 changed files with 8 additions and 4 deletions

View File

@ -191,9 +191,9 @@
"name":"Open Sans PX", "name":"Open Sans PX",
"copy":"Tristan Dannenberg", "copy":"Tristan Dannenberg",
"letterspace":"0", "letterspace":"0",
"basefont_size":"512", "basefont_size":"354",
"basefont_left":"62", "basefont_left":"73",
"basefont_top":"0", "basefont_top":"0",
"basefont":"Arial", "basefont":"none",
"basefont2":"" "basefont2":"Open Sans"
} }

View File

@ -6,5 +6,9 @@ When rendered at low point sizes, many fonts can look smudged by anti-aliasing.
The goal of this project is to provide the look and feel of popular, publically available vector fonts such as Open Sans as a pixel font. The goal of this project is to provide the look and feel of popular, publically available vector fonts such as Open Sans as a pixel font.
To that end, we use BitFontMaker2 (http://www.pentacom.jp/pentacom/bitfontmaker2/) to create these fonts by hand, pixel by pixel. The JSON files stored in this repository are backups of the bitmap data that can be imported into BitFontMaker2. To that end, we use BitFontMaker2 (http://www.pentacom.jp/pentacom/bitfontmaker2/) to create these fonts by hand, pixel by pixel. The JSON files stored in this repository are backups of the bitmap data that can be imported into BitFontMaker2.
# Reference Font
You can find the original `Open Sans Regular` TTF font at this [github page](https://github.com/google/fonts/tree/master/apache/opensans).
# Licensing # Licensing
While we do create the bitmaps by hand to maintain readability and the style of each font, even at low resolutions, the end product is still a derivative of the original font. We do not claim copyright to the typeface, and generally distribute our pixel fonts under the same license as the originals. While we do create the bitmaps by hand to maintain readability and the style of each font, even at low resolutions, the end product is still a derivative of the original font. We do not claim copyright to the typeface, and generally distribute our pixel fonts under the same license as the originals.