Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.6
-
None
-
None
-
Windows XP SP2
Description
In skinconf.xml, we should be able to change font size and style for the PDF output.
As there are several font sizes in a PDF output, this should be a "relative", not an "absolute" font size.
Something like:
<!-- Settings specific to PDF output. -->
<pdf>
<fonts>
<size>small</size>
<family>sans-serif</family>
</fonts>
</pdf>
Size can be: tiny, small, normal, large, xlarge
Family can be: serif, sans-serif, cursive, fantasy, or monospace
As there are several font sizes in a PDF output, this should be a "relative", not an "absolute" font size.
Something like:
<!-- Settings specific to PDF output. -->
<pdf>
<fonts>
<size>small</size>
<family>sans-serif</family>
</fonts>
</pdf>
Size can be: tiny, small, normal, large, xlarge
Family can be: serif, sans-serif, cursive, fantasy, or monospace