Re: Font metrics in JavaFX Canvas

2017-12-06 Thread Laurent Bourgès
Hi David, If I can help (dev / test / build / patch), I would love doing it on this RFE... on my spare time as usual (best effort). However I have no idea how text metrics are implemented in JavaFX. Could anyone give us directions or draft ideas to do the job ourselves ? Should we start a github

Re: Font metrics in JavaFX Canvas

2017-12-05 Thread David Gilbert
Any feedback on this item? Best regards, David Gilbert > On 30 Nov 2017, at 08:26, David Gilbert wrote: > > Hello, > > I have an open source project FXGraphics2D [1] that provides a Graphics2D API > for the JavaFX canvas. It is open source and used to provide JavaFX support > for JFreeChar

Font metrics in JavaFX Canvas

2017-11-29 Thread David Gilbert
Hello, I have an open source project FXGraphics2D [1] that provides a Graphics2D API for the JavaFX canvas. It is open source and used to provide JavaFX support for JFreeChart [2] and Orson Charts [3]. It can also be used more generally for any code that targets the Java2D API. One limitatio