CSS Font size in points doesn't match Node.Font.Size

Jeff Martin jeff at reportmill.com
Tue Mar 4 16:42:23 PST 2014


Thanks Tom! I assume the thread was this one:

	Font.font() says it is point size but it looks like it are pixels
	http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-January/012398.html

I guess the final word is that CSS assumes 1pt==1/92in, and Nodes convert that to the real world on render?

And that this is basically a bug, but it can't be fixed due to legacy considerations?

jeff


On Mar 4, 2014, at 6:10 PM, Tom Schindl <tom.schindl at bestsolution.at> wrote:

> There was a thread some time ago on this List with explainations of this behavior!
> 
> Tom
> 
> Von meinem iPhone gesendet
> 
>> Am 05.03.2014 um 01:03 schrieb Jeff Martin <jeff at reportmill.com>:
>> 
>> I can't quite wrap my head around why when I specify an -fx-font-size of 9pt in CSS, it turns into a 12 pt font in my rendered node. I suppose CSS is upscaling for my 96 dpi device, but it makes other measurements that depend on that setting potentially wrong.
>> 
>> Any suggestions on how I should be thinking about this (other than that this is a bug :-)?
>> 
>> jeff



More information about the openjfx-dev mailing list