System Reference Summary : 6. 4GL System Constants : System Constants : Typeface Settings
 
Share this page                  
Typeface Settings
Constant Value
Description
Numeric
Equivalent
TF_NATIVE_FONT
Use the native fonts of your machine, which are specified directly by name. These fonts are not mapped by OpenROAD and can have arbitrary size values.
-9
TF_MENUDEFAULT
Use the default font for menus
-2
TF_DEFAULT
Use the system default font
-1
TF_SYSTEM
Use the system special font setting. This is different for each window system.
0
TF_HELVETICA
Use the Helvetica family.
1
TF_COURIER
Use the Courier family.
2
TF_TIMESROMAN
Use the Times Roman family.
3
TF_NEWCENTURY
Use New Century Schoolbook.
4
TF_LUCIDA
Use the Lucida family.
5