Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-25 Thread Phil Race
On 8/24/13 10:25 AM, Peter Penzov wrote: I found these post how to embed fonts: http://thierrywasyl.wordpress.com/2013/01/27/set-custom-font-in-javafx-2/ http://stackoverflow.com/questions/16855677/how-to-embed-ttf-fonts-is-javafx-2-2 Do you think that it's a good idea to embed a font and use it

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Peter Penzov
I found these post how to embed fonts: http://thierrywasyl.wordpress.com/2013/01/27/set-custom-font-in-javafx-2/ http://stackoverflow.com/questions/16855677/how-to-embed-ttf-fonts-is-javafx-2-2 Do you think that it's a good idea to embed a font and use it on every OS? Maybe I will have future prob

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Jasper Potts
Windows XP = Tahoma 8pt Windows Vista or newer = Segoe UI 12,15 or 18 depending on user large font setting Mac = Lucida Grande 13 Linux = I am not 100% sure think Lucida Sans 12 Jasper On Aug 24, 2013, at 7:55 AM, Richard Bair wrote: > It depends on the platform. We choose as the default whate

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Richard Bair
It depends on the platform. We choose as the default whatever the OS tells us the font should be. Richard On Aug 24, 2013, at 2:32 AM, Peter Penzov wrote: > Hi, > Can you tell me what is the default text Font in JavaFX 2.2 and JavaFX 8?

Re: Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Scott Palmer
I pressed send just a moment too soon it seems. That makes sense. Perhaps the comment in the CSS file should reflect that? Scott On Sat, Aug 24, 2013 at 10:55 AM, Richard Bair wrote: > It depends on the platform. We choose as the default whatever the OS tells > us the font should be. > > Rich

Default Font in JavaFX 2.2 and JavaFX 8

2013-08-24 Thread Peter Penzov
Hi, Can you tell me what is the default text Font in JavaFX 2.2 and JavaFX 8?