TextUnit not available

I’m recently developing a console app for a Raspberry Pi.
When tying to build my app, the compiler complains about this line of code:

Dim g As Graphics = newPic.Graphics
g.TextUnit = FontUnits.Pixel

I get the error message:
Type “Graphics” has no member named “TextUnit”

Any ideas ?

It probably defaults to Pixel anyway…

You should probably file a bug report too.

<https://xojo.com/issue/26147>