By ja356 - 11/19/2014
Hi,
I can't find anywhere in the docs what the default font and font size are for all text display elements. (e.g. <item>)
Can you tell me what they are please?
Thanks,
John
|
By Dave - 11/19/2014
You can define the default font to use via the <defaults> element's /fontstyle attribute:
<defaults> / fontstyle = ("Arial", 5%, false, true) </defaults>
(<item> elements merely store items, they don't display anything, <text> elements are responsible for that; hence there is no effect of /fontstyle on <item> elements)
|
|