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

firas-assaad/ex-sdl-freetype-harfbuzz

 
 

Repository files navigation

A simple application to render unicode text using harfbuzz, freetype and SDL, with a Visual Studio 2015 solution and pre-built libraries.

Based on and forked from the following repositories:

My example doesn't use FriBidi or Cairo, and utilizes FT_Render_Glyph for rendering instead of using spanners and FT_Outline_Render. It was mainly motivated by the desire to add complex script support to the XD Framework without introducing any big dependencies.

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

No packages published

Languages

  • C 82.5%
  • C++ 17.3%
  • Objective-C 0.2%