These values are used to specify the technology of the font representation. More...
| Variables | |
| const short | DONTKNOW = 0 | 
| The type of the font is not known. | |
| const short | RASTER = 1 | 
| specifies a raster font. | |
| const short | DEVICE = 2 | 
| specifies a device font. | |
| const short | SCALABLE = 4 | 
| specifies a scalable font. | |
These values are used to specify the technology of the font representation.
They may be expanded in future versions.
| const short DEVICE = 2 | 
specifies a device font.
| const short DONTKNOW = 0 | 
The type of the font is not known.
| const short RASTER = 1 | 
specifies a raster font.
| const short SCALABLE = 4 | 
specifies a scalable font.