REGISTRY Procedure

Example 6: Displaying a List of Fonts

Features:

LISTHELP option

STARTAT option

Details

The following example writes a list of ODS fonts to the SAS log.

Program

proc registry clearsasuser; run;
proc registry listhelp startat='ods\fonts'; run;
proc registry clearsasuser; run;

Output: Log

Partial Log Output from Displaying a List of Fonts
NOTE: Contents of SASHELP REGISTRY starting at subkey [ods\fonts]
[  ods\fonts]
  dings="Wingdings"
  monospace="Courier New"
  MTdings="Monotype Sorts"
  MTmonospace="Cumberland AMT"
  MTsans-serif="Albany AMT"
  MTsans-serif-unicode="Monotype Sans WT J"
  MTserif="Thorndale AMT"
  MTserif-unicode="Thorndale Duospace WT J"
  MTsymbol="Symbol MT"
  sans-serif="Arial"
  serif="Times New Roman"
  symbol="Symbol"
[    ja_JP]
    dings="Wingdings"
    monospace="MS Gothic"
    MTdings="Wingdings"
    MTmonospace="MS Gothic"
    MTsans-serif="MS PGothic"
    MTsans-serif-unicode="MS PGothic"
    MTserif="MS PMincho"
    MTserif-unicode="MS PMincho"
    MTsymbol="Symbol"
    sans-serif="MS PGothic"
    serif="MS PMincho"
    symbol="Symbol"
[    ko_KR]
    dings="Wingdings"
    monospace="GulimChe"
    MTdings="Wingdings"
    MTmonospace="GulimChe"
    MTsans-serif="Batang"
    MTsans-serif-unicode="Batang"
    MTserif="Gulim"
    MTserif-unicode="Gulim"
    MTsymbol="Symbol"
    sans-serif="Batang"
    serif="Gulim"
    symbol="Symbol"
[    th_TH]
    dings="Wingdings"
    monospace="Thorndale Duospace WT J"
    MTdings="Monotype Sorts"
    MTmonospace="Cumberland AMT"
    MTsans-serif="Monotype Sans WT J"
    MTsans-serif-unicode="Thorndale Duospace WT J"
    MTserif="Thorndale Duospace WT J"
    MTserif-unicode="Monotype Sans WT J"
    MTsymbol="Symbol MT"
    sans-serif="Angsana New"
    serif="Thorndale Duospace WT J"
    symbol="Symbol"