Hello. > As I have understood, freetype is not enough to do that, and I need to enter > harfbuzz or pango; but the documentation I have found for harfbuzz is very > crude and I do not know where to start from. > > > > Could someone please help me pointing in the right direction?
That would be https://github.com/anoek/ex-sdl-cairo-freetype-harfbuzz for cairo+pango approach (does not expose harfbuzz or freetype directly), and https://github.com/lxnt/ex-sdl-freetype-harfbuzz for freetype/harfbuzz approach (does not require cairo or pango). There is also an example of using pango+freetype, skipping cairo and hiding harfbuzz under pango here: https://github.com/lxnt/fgtestbed/blob/master/lib/python/fgt/ui.py#L150 -- ./lxnt _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
