[javascript-dev] Max 5 jsui font names not backward compatible
Adam Murray
adamjmurray at gmail.com
Sat Apr 26 19:35:51 MDT 2008
- Previous message: [javascript-dev] Re: event-driven list interpolation- javascript solution?
- Next message: [javascript-dev] Max 5 jsui font names not backward compatible
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [javascript-dev] Re: event-driven list interpolation- javascript solution?
- Next message: [javascript-dev] Max 5 jsui font names not backward compatible
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
