ID:157598
 
Is there any sort of automated means of distributing fonts used in my .dmf file? Like, will they be used if packaged with the rest of the world files, or would they require manual setup by each individual user?
I'm not sure, but I would guess the user would have to install them in their fonts folder.
In response to Ulterior Motives
You could create an html or css page or even just send it in the output box w/links for people to send fonts. And i know in the case of skins you can have backup fonts.
Just put the font you want in the folder of the game and just do the following method to include it into the .rsc.

var/list/myfonts=list('myfont.ttf')


And the font is in. In your skin, just select that font thats in your game folder.