Details
-
Sub-task
-
Resolution: Done
-
P2: Important
-
None
-
3c26d2952ccaf3fb1d3064b5e92a46f99f8a96ca
Description
If SafeText is used with font.pointSize property, SafeLayoutTool still generates the text bitmap using font pixelSize. When rendered, the SafeRenderer's text size is very likely inconsistent with the size of QML rendered text. Using font.pixelSize ensures that the text is sized correctly by both QML and SafeRenderer.