diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-02-06 12:14:07 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-02-06 12:14:07 +0100 |
| commit | 23271d6f6cf033230106f07ae14985f3b85f906a (patch) | |
| tree | 4299eb1ccae58f52a450bf86497b311e1f31ccad /README.md | |
| parent | 3160ceab080fca8fef0cf2cf196b46284d15c19f (diff) | |
| download | fountainhead-23271d6f6cf033230106f07ae14985f3b85f906a.tar.gz | |
Add an option for dumping a single table
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# TrueType font parser. +# TrueType font parser Fountainhead is a TrueType and OpenType font parser. Its main purpose is to extract information from the fonts to help to @@ -10,24 +10,27 @@ There is also an executable to dump fonts. ## Installation Add the library as dependency to your project. -Alternatively build and run the executable with: +Alternatively build an executable with: ```sh cabal build ``` -The binary can be executed with: +The binary can be run with: ```sh -cabal run fountainhead -- +cabal run fountainhead -- myfont.ttf ``` or installed locally and executed just as: ```sh -fountainhead +fountainhead myfont.ttf ``` +This command will output the contents of the font in a format similar to +ttfdump from TeXLive. + See ```sh |
