Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz
Example code which uses SDL, cairo, freetype, FontConfig, and harfbuzz to do ttf/otf text layout and rendering
https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz
Last synced: 3 months ago
JSON representation
Example code which uses SDL, cairo, freetype, FontConfig, and harfbuzz to do ttf/otf text layout and rendering
- Host: GitHub
- URL: https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz
- Owner: anoek
- License: other
- Created: 2011-01-23T01:06:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T11:08:45.000Z (almost 2 years ago)
- Last Synced: 2024-07-16T01:40:07.413Z (4 months ago)
- Language: C
- Homepage:
- Size: 7.16 MB
- Stars: 166
- Watchers: 9
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simplish sample application to get from zero to rendering unicode
text using harfbuzz to do the text layout, freetype and fontconfig for the underlying font
magic, cairo for the anti-aliased font rasterization, and SDL to create the
window to display stuff in.Screenshot
==========![Screenshot](https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz/raw/master/screenshot.png)