FontsΒΆ
GR and GKS support a variety of fonts, identified by an index or a constant, e.g. 101 or gr.FONT_TIMES_ROMAN. Depending on the workstation type, these fonts will either be rendered natively, using FreeType or using custom path rendering.
The following table lists the supported fonts:
| Index | Name | |
|---|---|---|
| 101 | Times Roman | |
| 102 | Times Italic | |
| 103 | Times Bold | |
| 104 | Times Bold Italic | |
| 105 | Helvetica | |
| 106 | Helvetica Oblique | |
| 107 | Helvetica Bold | |
| 108 | Helvetica Bold Oblique | |
| 109 | Courier | |
| 110 | Courier Oblique | |
| 111 | Courier Bold | |
| 112 | Courier Bold Oblique | |
| 113 | Symbol | |
| 114 | Bookman Light | |
| 115 | Bookman Light Italic | |
| 116 | Bookman Demi | |
| 117 | Bookman Demi Italic | |
| 118 | New Century Schoolbook Roman | |
| 119 | New Century Schoolbook Italic | |
| 120 | New Century Schoolbook Bold | |
| 121 | New Century Schoolbook Bold Italic | |
| 122 | Avantgarde Book | |
| 123 | Avantgarde Book Oblique | |
| 124 | Avantgarde Demi | |
| 125 | Avantgarde Demi Oblique | |
| 126 | Palatino Roman | |
| 127 | Palatino Italic | |
| 128 | Palatino Bold | |
| 129 | Palatino Bold Italic | |
| 130 | Zapf Chancery Medium Italic | |
| 131 | Zapf Dingbats | |
| 232 | Computer Modern | |
| 233 | DejaVu Sans | |
































