The information is in the release notes, and the behavior brings font management into conformance with how mobile font styling works (there are no simulated styles on mobile.)
The IDE reports italics because that's what was assigned and the engine apparently keeps the designation though it no longer can render it. The IDE must be using that info to do a font substitution or something similar. Your own scripts could do the same. On December 13, 2014 1:44:07 AM CST, Terence Heaford <[email protected]> wrote: >Do you get informed of this in some way in your method calls? > >Why does the IDE say Italic when it isn’t? > >All the best > >Terry > >> On 12 Dec 2014, at 18:24, J. Landman Gay <[email protected]> >wrote: >> >> It's worth noting that the previous OS X routines used synthesised >font styles. That is, bold and italic styles were emulated (by slanting >or thickening) > >_______________________________________________ >use-livecode mailing list >[email protected] >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode -- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
