The new javafx.scene.canvas.GraphicsContext method "fillText" uses the FontSmoothingType "GRAY" per default, and does not permit to set it to "LCD", which results in blurry looking texts.
Please implement setFontSmoothingType(FontSmoothingType value) for GraphsContexts too.
Please implement setFontSmoothingType(FontSmoothingType value) for GraphsContexts too.