A styled text control. More...
Import Statement: | import Felgo 3.0 |
Inherits: |
AppText is an extension of the basic QML Text item using the App's styling defined in Theme.
It applies Theme::normalFont and Theme::textColor per default.
fontSize : int |
Set a device-independent font size. It uses the App::sp() function internally. If you set font.pixelSize
directly, this property will have no effect.
By default, the fontSize is 16, which results in a font.pixelSize
of sp(16).
This QML property was introduced in Felgo 2.17.0.
Voted #1 for: