2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve EOT values All composite glyphs were not drawn completely Add a zoom on the glyphs view Add $font->getWeight for OpenType and EOT More... over 12 years ago
Add readme.html Improve composite glyph rendering (with the transformation) Rename all class files WOFF files could not be read anymore Better parsing of EOT headers More... over 12 years ago
Add index.php to redirect to www/ More... over 12 years ago
Sanitize file inputs More... over 12 years ago
Fix UInt32 LE read More... over 12 years ago
Fix a bug with little endian names in EOT files and decode UTF16 string Add a sample EOT file (Norasi) More... over 12 years ago
Add basic support for EOT font pasing (only header and basic info like name, version...) Add various getters for font name, full name, copyright, version, etc More... over 12 years ago
Add support for composite glyph parsing and encoding Better glyph drawing Update font viewer links More... over 12 years ago
Fix a few validation issues and add type hinting comments More... over 12 years ago
Deal with line endings and update git ignore More... over 12 years ago
Update project URL More... over 12 years ago
Added README More... over 12 years ago
Merge pull request #2 from adrianmacneil/composer2 More... over 12 years ago
Add composer support More... over 12 years ago
Unused variables
Fabien Ménager
as PhenX
More... over 12 years ago
Fonts can now be created "from scratch" Full support for glyph creation from SVG paths
Fabien Ménager
as PhenX
More... about 13 years ago
Encoding of simple glyphs
Fabien Ménager
as PhenX
More... about 13 years ago
Simplified SVG path creation
Fabien Ménager
as PhenX
More... about 13 years ago
Use the SVG path to reduce network bandwith consumption Parse SVG path
Fabien Ménager
as PhenX
More... about 13 years ago
Added an SVG path export function
Fabien Ménager
as PhenX
More... about 13 years ago
Added a glyph viewer (only simple glyphs in the "glyf" table)
Fabien Ménager
as PhenX
More... about 13 years ago
Use UTF-8 as default encoding of the source code
Fabien Ménager
as PhenX
More... about 13 years ago
Take the ascender and descender metrics in the "hhea" table before "OS/2" to build Adobe Font Metrics files
Fabien Ménager
as PhenX
More... about 13 years ago
Added a tool to make font subsets easily Removed DejaVu from the fonts
Fabien Ménager
as PhenX
More... over 13 years ago
The LOCA table was not properly written
Fabien Ménager
as PhenX
More... over 13 years ago
Added a method to explicitly close file pointers
Fabien Ménager
as PhenX
More... over 13 years ago
If glyph were not in the font when doing font subset, warnings were thrown
Fabien Ménager
as PhenX
More... over 13 years ago
Font subsetting works fully now !
Fabien Ménager
as PhenX
More... over 13 years ago
Changed the way WOFF fonts are loaded (uncompressed once and for all) Improved workflow to facilitate font writing Began supporting composite glyphs when making subsets The unicode map now shows the real font glyphs by using @font-face and the cells are bigger
Fabien Ménager
as PhenX
More... over 13 years ago
Font subsetting WIP
Fabien Ménager
as PhenX
More... over 13 years ago