Skip to content

Example code which uses SDL, freetype, and harfbuzz to do ttf/otf text layout and rendering

Notifications You must be signed in to change notification settings

UnickSoft/ex-sdl-freetype-harfbuzz-fribidi

 
 

Repository files navigation

This is a simplish sample application to get from zero to rendering unicode bidirectional text using harfbuzz and fribidi to do the text layout, freetype for the underlying font magic, some trivial code for the anti-aliased font rasterization, and the SDL to create the window to display stuff in.

Based on and forked from https://github.com/lxnt/ex-sdl-freetype-harfbuzz

Many thanks.

Screenshot

Screenshot

About

Example code which uses SDL, freetype, and harfbuzz to do ttf/otf text layout and rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 95.3%
  • C++ 4.4%
  • Objective-C 0.3%