~alcinnz/Typograffiti

Just let me draw nice text already!
1c30cf54 — Adrian Cochrane 11 months ago
Fix pre-shaped text rendering, requires font to be set & coordinates converted.
d787e09d — Adrian Cochrane 11 months ago
Add usage info to draw-shaped.
c33b23ec — Adrian Cochrane 11 months ago
Implement script for rendering pre-shaped text.

refs

fancy
browse  log 

clone

read-only
https://git.argonaut-constellation.org/~alcinnz/Typograffiti
read/write
git@git.argonaut-constellation.org:~alcinnz/Typograffiti

You can also use your local clone with git send-email.

#Typograffiti

GitHub Hackage Mirror alt issue tracker

Typograffiti aims to make working with text across a broad range of written languages in multimedia applications easy. Whilst exposing low-level APIs for use by fancier text layout/rendering engines.

Typograffiti is part of The Argonaut Stack browser engine.

#requirements

  • opengl 3.x
  • freetype 2.x
  • harfbuzz 3.3+
  • LibC++ (for Text dependency)

The demo program additionally requires SDL2.