https://github.com/tsoding/harfbuzz-example
Actually working actually compiling example of HarfBuzz usage
https://github.com/tsoding/harfbuzz-example
Last synced: 10 months ago
JSON representation
Actually working actually compiling example of HarfBuzz usage
- Host: GitHub
- URL: https://github.com/tsoding/harfbuzz-example
- Owner: tsoding
- License: mit
- Created: 2020-11-04T12:23:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T12:26:01.000Z (over 5 years ago)
- Last Synced: 2025-06-01T12:46:08.410Z (about 1 year ago)
- Language: C
- Size: 2.39 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HarfBuzz Example
Actually working actually compiling example of HarfBuzz usage. Based on https://harfbuzz.github.io/ch03s03.html
## Quick Start
Dependencies: harfbuzz, freetype2
```console
$ make
$ ./hb-probe
$ feh output.png
```