When using canvas.DrawText to draw text on a B4XCanvas, it seems the Y coordinate is the BOTTOM of the text, the baseline.
How can I use the TOP as the Y coordinate?
According to https://docs.oracle.com/cd/E17802_0...javafx.scene.text/javafx.scene.text.Text.html there seems to be an option called "textOrigin", but that parameter isn't available in B4XCanvas. How can I do this?
How can I use the TOP as the Y coordinate?
According to https://docs.oracle.com/cd/E17802_0...javafx.scene.text/javafx.scene.text.Text.html there seems to be an option called "textOrigin", but that parameter isn't available in B4XCanvas. How can I do this?