You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classJKQTMATHTEXT_LIB_EXPORT JKQTMathText : public QObject {
protected:/** \brief base font size in points */double fontSize;
Font size in JKQTMathText is set with points, that is platform dependent, as Qt for a long time is not accurate in this question. I did a lot of applications where were necessary to see the same picture on all devices, and I was forced to calculate fonts' sizes by hands and set them in pixels.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello. The subject.
Corresponding to the code:
Font size in
JKQTMathText
is set with points, that is platform dependent, as Qt for a long time is not accurate in this question. I did a lot of applications where were necessary to see the same picture on all devices, and I was forced to calculate fonts' sizes by hands and set them in pixels.Thanks.
The text was updated successfully, but these errors were encountered: