My project uses a font called DOS.ttf and when I package my files and send the project to someone else, they get the default font. I included the ttf in the package so it's in the directory they're running from but nothing is happening.
How can I fix this? Thanks.
p.s Asking users to manually install fonts to make your program look nice is a total pain. Not complaining, just stating the fact.
ID:273953
Sep 26 2011, 1:08 am
|
|
Sep 26 2011, 1:36 am
|
|
var/list/FontsIncluded=list(DOS.ttf)//includes font to ur game even when font not installed on Player PC
|
In response to Hassanjalil
|
|
Awesome. Thank you very much.
|