Re: Font derivation, plus ConcurrentModificationException on font load

2014-12-07 Thread Phil Race
PS .. the ConcurrentModificationException is one we fixed for 8u40. You should test that out with a current EA build. -phil. On 12/7/14 8:56 PM, Phil Race wrote: There's probably an RFE or bug that mentions the omission of deriveFont Its the most direct way to say many things such there this f

Re: Font derivation, plus ConcurrentModificationException on font load

2014-12-07 Thread Phil Race
There's probably an RFE or bug that mentions the omission of deriveFont Its the most direct way to say many things such there this font with all these properties - some of which I may not be aware of - and I just want it to be bigger/smaller/bolder but otherwise the same So deriveFont should be ad

Font derivation, plus ConcurrentModificationException on font load

2014-12-07 Thread Jeff Hain
Hello. Currently discovering JavaFX (using 1.8.0_25-b18),I saw that there is no way to "derive" a font, as could be done in AWT. In AWT, if you load "FreeMono.ttf", you get a non-bold font by default, but using font.deriveFont(font.BOLD, 1.0f) you can obtain a bold version of it. In JavaFX, the