Skip to content

Draft: Fix textsize

Martin Marmsoler requested to merge work/TextlabelSize into master

Description

In the axis the text is drawn without the textlabel, and the font was scaled by a factor. But this does not have the same effect than scaling the object it self, as it was done in the Textlabel (The size of the Textlabel is correct, see below).

TextLabel size check (Textsize: 128 -> 45.1556mm (conversion)). The bounding rect is slightly greater but this is not a problem. The T has exactly a height of 45.1556mm:

image

TextLabel size check between Plot and Worksheet Label. Both have same size:

image

Text size check between Axis Title (Textlabel) and axis labels (manually drawn)

image

Conformity

If external dependencies are removed

  • Reporting to ...
Edited by Martin Marmsoler

Merge request reports