Documentation
Retrieves a Font option from the resource database.
A Font option is stored in the application or the MGUI resource files
using an option named "font".
Only the following fonts are currently supported:
- FIXED_SMALL
- FIXED_MEDIUM
- FIXED_LARGE
- HELV_SMALL
- HELV_MEDIUM
- TIMES_SMALL
- TIMES_MEDIUM
- HELV_LARGE
- TIMES_LARGE
- Returns:
- If the option is found, a boolean value of 'True' is returned by the
function and the MTFont value is stored in the variable pointed to by 'ret'.
Otherwise the value 'False' is returned.
- Parameters:
- obj_name -
Specifies the name of the object. An object in the DOS and Windows
resource file is defined by enclosing its name in brackets and it is
followed by option definitions.
ret -
Points to an integer variable that will contain the return value.
- See Also:
- MSetFontOption
alphabetic index hierarchy of classes