Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Segoe UI bugs when compiled to android application

I'm using Delphi 10 Seattle to develop an android application. I have this weird problem with the Segoe UI font. (the same problem happens with other fonts, but in my case I want to use Segoe UI which is the (Default))

When the property fsBold in TextSettings/font/style is set to true, the text gets kinda "Cut" as you can see in the image bellow.

Problem

Now when I compille the same application to Windows 32 bit, the font works just fine, as shown bellow.

Windows Version

These are my TextSettings

Property Settings

ps: Sorry for the image resolutions.

I just want to understand why this happens, is there a problem with Segoe UI on android? am I doing something wrong?

like image 959
Nickolas de Luca Alberton Avatar asked Sep 04 '26 09:09

Nickolas de Luca Alberton


1 Answers

By default AutoSize property in Label was set to false. Setting it to true fixes the problem.

like image 155
Nickolas de Luca Alberton Avatar answered Sep 07 '26 00:09

Nickolas de Luca Alberton