z0w0 / helm

A functionally reactive game engine, with headgear to protect you from the headache of game development provided.
http://helm-engine.org/
MIT License
599 stars 69 forks source link

Use Pango instead of the toy font rendering API #21

Closed z0w0 closed 11 years ago

z0w0 commented 11 years ago

It can't load system fonts and only uses a few builtin fonts by default. Plus trying to use different builtin fonts isn't working for me in the first place..

I think we need to use the Pango bindings which have wrappers for rendering with Cairo.

z0w0 commented 11 years ago

Closed in 9e2c5e457d6cd31c04fcd3f767046b954c897c6b. Looks so much better now.

new

funrep commented 11 years ago

Good job! :+1: