![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS/GRAPH Software: Reference |
For example, to produce the character ζ, assign the Greek
font and specify the character code
z in the text string.
title font=greek 'z';Hexadecimal values are any two-digit hexadecimal numbers enclosed in quotation marks and followed by the letter x, for example, '3D'x. (In double-byte character sets, the hexadecimal values contain four digits, for example, '4E60'x.)
title font=zapf '18'x;
In addition, you can use a key map to map selected characters to your keyboard. For example, if you want to be able to type e directly, you could create a key map that maps e to the key that usually generates the asterisk (*) and a device map that maps e to your output device. Then, when you press the * key, although you see * on your display, e is produced on your graphics device. See The GKEYMAP Procedure for details.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.