Template Keywords

Formatting - serif

The /serif/ keyword sets the size and attributes of the Times New Roman font for the following text.

/serif/,<size>,<attribute>,...

The size is the font size specified in points. Common sizes are 8, 10, 12, 18, 24, and 36 point.

The attribute is optional, but if included must be one of the following:

bold
italic
normal

Examples

This example draws the text with the Times New Roman font at 10 point.

/serif/,10
/text/,0,0,600,100,"Ten point."

This example draws a heading at 36 point bold and a subheading at 18 point bold italic.

/serif/,36,bold
/text/,0,0,1800,150,"A Big Heading"
/serif/,18,bold,italic
/text/,0,150,1800,250,"Italics Subheading"

 

Contents
Search