Procedure features: |
GFONT statement options:
|
HEIGHT= |
|
NOBUILD |
|
ROMCOL= |
|
ROMFONT= |
|
ROMHT= |
|
SHOWROMAN | |
|
Sample library
member: |
GFODISFO
|
This
illustrates the SHOWROMAN option, which displays
the character codes that are associated with the font characters that are
being displayed. This display shows which keyboard character you enter to
produce the Greek character you want displayed. The example also illustrates
how to modify the appearance of both the font characters, and the character
codes.
|
goptions reset=all border; |
|
title "The GREEK Font with Character Codes"; |
|
proc gfont name=greek
nobuild
height=3.7
romcol=red
romfont=swissl
romht=2.7
showroman;
run;
quit; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.