Font
toggle the font type
The setting is kept until the next font command defines a change.
| Syntax | #(Keyword, Parameter 1, Parameter 2, Parameter3) |
|---|---|
| Keyword | Font |
| Parameter 1 | Font name (Default Arial) |
| Parameter 2 | Font size in pt (Default 10) |
| Parameter 3 | fkus (Style: f: Bold, k: Italics, u: Underlined, s: Strikeout) |
| Example | Comment |
| #(Font, Courier, 12, fk) | results in a text output using 12 pt bold face italic Courier font. If one parameter is omitted, the corresponding attribute remains unchanged. |
| #(Font,,12,fk) | results in a text output using 12 pt bold face italic Arial (default) font. |
This keyword can only be used for template files in TXT format for printing (not for export).
Using the RTF format for template files enable to specify the settings for font, paragraphs, tab stops and page breaks.