Search found 1 match

by squint
Tue Jul 08, 2014 4:04 pm
Forum: FXGraphics2D
Topic: Font rendering quality
Replies: 3
Views: 31845

Font rendering quality

Hi and thanks for making FXGraphics2D, it's really great!

I'm using AWT's TextLayout#draw to draw into a FXGraphics2D.

However, the result is not very good - a long way from when I draw text directly with JavaFX.

Anything I can do to improve rendering quality?

Thanks!