Acknowledged
CIQQA-4301

SDK 9.2.0 - dc.drawText() causes simulator segfault for some devices

SDK 9.2.0 on Ubuntu 22.04, fenix8solar47mm/fenix8solar51mm/enduro3 (maybe, others).

Adding the following line to any method, where Dc is present, causes immediate crash with Segmentation fault (core dumped):

dc.drawText(100, 100, Graphics.FONT_SYSTEM_NUMBER_THAI_HOT, "0", Graphics.TEXT_JUSTIFY_CENTER);

SDK 9.1.0 and all previous versions work fine.