Re: Fractional Metrics

2014-04-04 Thread ngalarneau
...@reportmill.com, openjfx-dev@openjdk.java.net Mailing openjfx-dev@openjdk.java.net Date: 04/03/2014 10:40 PM Subject:Re: Fractional Metrics Sent by:openjfx-dev openjfx-dev-boun...@openjdk.java.net On 4/3/14 6:13 PM, Jeff Martin wrote: Is there a way to turn off FractionalMetrics

Re: Fractional Metrics

2014-04-04 Thread Jeff Martin
:Re: Fractional Metrics Sent by:openjfx-dev openjfx-dev-boun...@openjdk.java.net On 4/3/14 6:13 PM, Jeff Martin wrote: Is there a way to turn off FractionalMetrics in Canvas.fillText() or Text? No. At least not via any supported API. Also, does text rendering perform

Re: Fractional Metrics

2014-04-04 Thread Phil Race
to do this is to get the bounds of a Text node containing the string. -phil. Neil From: Phil Race philip.r...@oracle.com To: Jeff Martin j...@reportmill.com, openjfx-dev@openjdk.java.net Mailing openjfx-dev@openjdk.java.net Date: 04/03/2014 10:40 PM Subject: Re: Fractional Metrics Sent

Re: Fractional Metrics

2014-04-04 Thread Tom Schindl
@openjdk.java.net Mailing openjfx-dev@openjdk.java.net Date: 04/03/2014 10:40 PM Subject: Re: Fractional Metrics Sent by: openjfx-dev openjfx-dev-boun...@openjdk.java.net On 4/3/14 6:13 PM, Jeff Martin wrote: Is there a way

Fractional Metrics

2014-04-03 Thread Jeff Martin
Is there a way to turn off FractionalMetrics in Canvas.fillText() or Text? Also, does text rendering perform kerning, and if so, can I disable that? What I really need is to know the x position (or advance) of each character in a rendered string. jeff

Re: Fractional Metrics

2014-04-03 Thread Phil Race
On 4/3/14 6:13 PM, Jeff Martin wrote: Is there a way to turn off FractionalMetrics in Canvas.fillText() or Text? No. At least not via any supported API. Also, does text rendering perform kerning, and if so, can I disable that? No. What I really need is to know the x position (or advance)