Skip to content

[worksheet] use system's default font in text labels insteads of hard-coded Arial 12pt.

Alexander Semke requested to merge work/label-use-default-font into master

Since Arial 12 in plot's title doesn't look nice in combination with system's default font used for axis labels, our default plot doesn't look nice neither. The switch to Arial 12pt was done in 7a7e2242 because of https://bugs.kde.org/show_bug.cgi?id=451062 which was not reproducible for us on any of the supported platforms and was because of some weird font issues on windows in Thailand. Since this is a very rare problem and the user still can fix it by selecting a differnt font, we should go for the default font everywhere which is fine for the majority of our users.

fix #209 (closed)

Edited by Alexander Semke

Merge request reports