ID:225749
 
how will font's be supported?
The map control was given the same button as the other controls like the chat, labels, etc. which lets you set the font, font size, text color, etc. There are beta builds available.
It's html.
Html has difficult font support. In other words, trying to get your own custom font on a web page for everyone else to see isn't very easy. How will this work in BYOND is what I am asking.
Fonts are included in your compiled game. When someone downloads it, they download the font too. It's not like a web browser where the viewer might not have a particular font installed.
In response to FIREking
FIREking wrote:
Html has difficult font support. In other words, trying to get your own custom font on a web page for everyone else to see isn't very easy. How will this work in BYOND is what I am asking.

CCS3 fixed that. Now you can have pretty much any font you want on a website providing the correct files are in the sites directory.