ID:1621002
 
Resolved
Maptext did not allow backup font selections via the use of a comma in the font name.
BYOND Version:506
Operating System:Windows 8 64-bit
Web Browser:Chrome 35.0.1916.153
Applies to:Dream Seeker
Status: Resolved (507.1248)

This issue has been resolved.
Descriptive Problem Summary:

Using a secondary font for the scenario that a first font is not found will result in neither font being used.

Numbered Steps to Reproduce Problem:
1. Create a sample maptext
2. Using CSS, the HTML font tag, or the interface map-appearance tab, add a first font face then a secondary one.
3. Run DS

Code Snippet (if applicable) to Reproduce Problem:
maptext="<font face=fixedsys,verdana>Test~</font>"



Expected Results:

The first font will be used. If the first cannot be found maptext will use the secondary one.


Actual Results:



Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

I'll check momentarily.

EDIT:I checked at version 500.1205 and it still persisted.

Workarounds:

None that I'm aware of.

Demo:
https://www.dropbox.com/s/qmdixsx6aspiena/test_src.zip
Lummox JR resolved issue with message:
Maptext did not allow backup font selections via the use of a comma in the font name.