font

Defines the font characteristics for the text  command.  Use of the Font parameter within a text command defines the value for that single text command.  The default font is Helvetica, 8, black.

Syntax

font [name=]FontName [,[size=]FontSize] [,[color=]FontColor] [,bold] [,italic] [,underline]  [,strike] [,normal]

font FontName [,FontSize] [,FontColor] [,bold]  [,italic] [,underline] [,strike] [,normal]

font FontName[:FontSize][:FontColor][:bold][:italic][:underline][:strike][:normal]

 

Parameters

FontName

Font name.  Name should be a valid font name.  Popular names are Helvetica, Courier.  Explicit or implicit (first position)

FontSize

Font size. Explicit or implicit (numeric value)

FontColor

Color of the font.  Explicit or implicit (valid color name)  Valid values:
AQUA ,BLACK, BLUE, CREAM, DKGRAY, FUCHSIA, GRAY, GREEN, LIME, LTGRAY, MAROON, MEDGRAY, MOGREEN, NAVY, OLIVE, PURPLE, RED, SILVER, SKYBLUE, WHITE, TEAL, YELLOW

bold

Font has bold style

italic

Font has italic style

underline

Font has underline style

strike

Font has strike-through style

normal

Font has normal style

Notes

Examples

font Helvetica, 10, red, bold

font Helvetica:red:underline:8.5

font size=12, name=Courier, bold, color=blue

Syntax legend
 

Format

Meaning

Italic

Information that the user must supply
 

Bold

Elements that the user must type exactly as shown.

Between brackets ([])

Optional items
 

Ellipsis (...)

Parameter that can be repeated several times