TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

bugfix: fix issue #189 #252

Closed teras closed 3 years ago

teras commented 3 years ago

Description:

Label bold does not work, when using the default system font

Related Issue:

This pull request fixes issue #189

Motivation and Context:

The current system font does not support bold. So on all widgets that during initialization required the bold version of the (default) system font, this code has been removed. Also then the user requests bold version of the system font, an error message appears.

Benefited Devices:

How Has This Been Tested?