-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dotted-zero version of Proggy Vector. Tidied up alignment of so…
…me glyphs. Added readme with font-forge info.
- Loading branch information
Showing
8 changed files
with
86,362 additions
and
222 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The FontForge sfd files are currently the latest source project files for Proggy Vector since FontForge a) Lets you set the tags for a monospaced font, and b) Supports more extensive validation than the birdfont files. | ||
|
||
The birdfont files are NOT up to date with all the fixes in the sfd files(non-overlapping shapes, extrema fixes, curve direction fixes, etc). | ||
|
||
To tag the font as monospaced in FontForge: | ||
* Select Element -> Font Info -> OS/2 | ||
* Under Misc set PFM Family to Monospace. | ||
* Under Panose set Proportion to Monospaced. | ||
|
||
Other FontForge notes: | ||
* In Font Info -> Lookups the kerning info is in GPOS. It has been removed for monospace. | ||
* In Font Info -> PS Names make sure the Versions and names match what you see under TTF Names. | ||
* FontForge cannot create embeddable EOT files. To do so use the online tool here (https://www.kirsle.net/wizards/ttf2eot.cgi) and drop the generated ttf file there. |
This file was deleted.
Oops, something went wrong.