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
- Host: GitHub
- URL: https://github.com/metaory/fc-dump
- Owner: metaory
- License: mit
- Created: 2024-06-26T12:28:58.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-12-31T22:41:51.000Z (5 months ago)
- Last Synced: 2025-02-04T22:17:51.652Z (4 months ago)
- Topics: ascii, automation, cli, fc-list, fc-match, glyph, unicode
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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)