Modifying the Default Typefaces

Modifying the typefaces used in your output is simple. Just as with the font sizes, all you have to do to change the typefaces is to copy the old font definitions into a PROC TEMPLATE step and then use a CLASS statement or REPLACE statement to change the font names to the ones you want.

The PROC TEMPLATE step that follows defines a new template that specifies a variety of fonts to give you an idea how they affect your output. It is applied to a PROC GLM analysis of the data set POSITIONS, and Figure 15.9 shows the results.

PROC TEMPLATE; DEFINE STYLE DefaultNewFonts; PARENT=Styles.Default; CLASS fonts / 'TitleFont2' = ("Algerian",4,Bold Italic) 'TitleFont' = ("Brittanic Bold",5,Bold Italic) 'StrongFont' = ("Comic ...

Get Output Delivery System: The Basics and Beyond now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.