Originally published at: Quick Tip: Font Properties in DrawControlInLayoutEditor for Mobile Projects – Xojo Programming Blog
In the new DrawControlInLayoutEditor event of Xojo, which is available for MobileCanvas, AndroidMobileUserControl, and iOSMobileUserControl, there are properties available that otherwise do not exist in the Graphics class for mobile projects. Specifically, the following properties can be used there: Graphics.FontName Graphics.FontSize Graphics.FontAscent These properties are known from other Xojo targets (e.g. Desktop), but are not…
1 Like