I'm using canvas.DrawText to draw text. However, there seems to be anti-aliasing on the text, and I want to disable that.
According to https://docs.oracle.com/cd/E17802_0...javafx.scene.text/javafx.scene.text.Text.html there seems to be an option called "smooth", but that parameter isn't available in B4XCanvas. How can I disable the anti-aliasing on the text in B4J?
According to https://docs.oracle.com/cd/E17802_0...javafx.scene.text/javafx.scene.text.Text.html there seems to be an option called "smooth", but that parameter isn't available in B4XCanvas. How can I disable the anti-aliasing on the text in B4J?