We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11357e3 + 7b9d4a0 commit 9d8473eCopy full SHA for 9d8473e
README.md
@@ -1,3 +1,8 @@
1
+# PHP Font Lib
2
+
3
+[](https://travis-ci.org/PhenX/php-font-lib)
4
5
6
This library can be used to:
7
* Read TrueType, OpenType (with TrueType glyphs), WOFF font files
8
* Extract basic info (name, style, etc)
composer.json
@@ -15,6 +15,9 @@
15
"FontLib\\": "src/FontLib"
16
}
17
},
18
+ "config": {
19
+ "bin-dir": "bin"
20
+ },
21
"require-dev": {
22
"phpunit/phpunit": "^4.8"
23
0 commit comments