I'm writing an open source program (key-train) in Python and GTK (with Cairo) and I would like to use some more attractive fonts. I was hoping that it would be possible to load a ttf font from within the program and just use it (instead of installing it), but I haven't been able to figure out how to do this.
|
feedback
|
|
You might want to take a look at this feature request It shows a work-a-round if using cairo and freetype for the backend. | |||||
feedback
|
|
You could use pango to set the ttf font:
| |||||||
feedback
|