ID:225749
![]() Jan 29 2012, 11:17 pm
|
|
how will font's be supported?
|
![]() Jan 30 2012, 12:28 am
|
|
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.
|
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.
|
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. |