Page 1 of 1

Default font measure

Posted: Tue May 11, 2021 1:21 pm
by fghiggi
What is the default font measure and how can i change it? It is pixels? Points?

Re: Default font measure

Posted: Wed May 12, 2021 9:08 am
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your question.

If it's about setting the font size:
if in the designer in menus - usually pt,
if in html-text the number without units - it is pt,

If about text size measurement:
if from code call measurement methods - depending on methods, low level usually in hundredths of an inch, top level - in units of a report.

Thank you.