Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)