XML Feeds

.

[javascript-dev] Max 5 jsui font names not backward compatible

Adam Murray adamjmurray at gmail.com
Sat Apr 26 19:35:51 MDT 2008


This used to work in Max 4:
sketch.font("arial black");

But in Max 5 it gives the following error:
atsufont_new: ATSUFindFontFromName failed

And then it won't render any text. I fixed it by doing this:
sketch.font("Arial Black");

So it looks like it is now case sensitive? Was that intentional? 


--
Adam Murray
compusition.com


More information about the javascript-dev mailing list