Re: textStyle and Italic

2014-12-13 Thread J. Landman Gay
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

Re: textStyle and Italic

2014-12-12 Thread Terence Heaford
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 wrote: > > It's worth noting that the previous OS X routines used synthesised font > styles. That is, bold and italic styles

Re: textStyle and Italic

2014-12-12 Thread J. Landman Gay
On 12/12/2014, 12:34 PM, Marty Knapp wrote: That being the case, it would be nice if the fontStyles function worked. Currently, no matter what font you input it always shows the same result, even if the font does not have the variant: plain bold italic bold-italic I did file a bug report almost

Re: textStyle and Italic

2014-12-12 Thread Marty Knapp
That being the case, it would be nice if the fontStyles function worked. Currently, no matter what font you input it always shows the same result, even if the font does not have the variant: plain bold italic bold-italic I did file a bug report almost a year ago - Bug 10650 Marty Knapp On 12

Re: textStyle and Italic

2014-12-12 Thread J. Landman Gay
On 12/12/2014, 8:12 AM, Terence Heaford wrote: LC Community 6.7.1 (RC3) OSX Yosemite Created a new project to test and placed a text entry field on it. Changed textFormat to Lucida Grande, 14, Italic. Entered text and it was not Italic despite the property inspector saying it was Italic. Is t

textStyle and Italic

2014-12-12 Thread Terence Heaford
LC Community 6.7.1 (RC3) OSX Yosemite Created a new project to test and placed a text entry field on it. Changed textFormat to Lucida Grande, 14, Italic. Entered text and it was not Italic despite the property inspector saying it was Italic. Is there a bug? All the best Terry ___