An open API service indexing awesome lists of open source software.

https://github.com/metaory/fc-dump

Font glyph extractor for TTF/OTF/TTX
https://github.com/metaory/fc-dump

ascii automation cli fc-list fc-match glyph unicode

Last synced: 3 months ago
JSON representation

Font glyph extractor for TTF/OTF/TTX

Awesome Lists containing this project

README

        



fc-dump
fc-dᵾmp


Font glyph extractor for TTF/OTF/TTX


---

#### Requirements
- `ttx` ([fonttools](https://archlinux.org/packages/extra/any/fonttools/))
- `sed` ([gnu-coreutils](https://archlinux.org/packages/core/x86_64/coreutils/))
- `awk` ([gawk](https://archlinux.org/packages/core/x86_64/gawk/))

#### Install
```sh
git clone [email protected]:metaory/fc-dump.git
cd fc-dump && chmod +x fc-dump
ln -svf $PWD/fc-dump /usr/bin/
```

#### Usage
```sh
fc-dump # ttf/otf/ttx
```

---

#### License
[MIT](LICENSE)