Skip to content

Commit 6cd2f2a

Browse files
committed
Added README
1 parent ceb9771 commit 6cd2f2a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.idea/libraries/sass_stdlib.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This library can be used to:
2+
* Read TrueType, OpenType (with TrueType glyphs), WOFF font files
3+
* Extract basic info (name, style, etc)
4+
* Extract advanced info (horizontal metrics, glyph names, glyph shapes, etc)
5+
* Make an Adobe Font Metrics (AFM) file from a font
6+
7+
This project was initiated by the need to read font files in the [DOMPDF project](https://github.com/dompdf/dompdf).

0 commit comments

Comments
 (0)