Page 1 of 1
Opentype font
Posted: Thu Nov 02, 2006 7:10 am
by yummy
Is this possible to embed Opentype fonts (*.otf) in Ren'Py like Truetype fonts (*.ttf)?
Posted: Thu Nov 02, 2006 9:47 am
by PyTom
IIRC, it really depends on the details of the opentype font, and exactly what's encoded inside it. I'll say "no", just to be on the safe side... but it probably wouldn't hurt to much to try it, even though it probably won't work.
Posted: Fri Nov 03, 2006 2:12 pm
by Haeleth
Freetype supports OpenType fonts with CFF outlines just fine, and (despite the misleading name) so does SDL_ttf, so it should work...