ResetCurrentFont
Resets the system's default font.
Synopsis
Err ResetCurrentFont (void)
Description
This call resets the 3DO system font to the default font. Call ResetCurrentFont()
at the start of the program run, if you are using any of the font calls. You must call ResetCurrentFont()
when your application exits if you changed the system font.
Return Value
The call returns 0 if successful or an error code (a negative value) if an error occurs.
Implementation
Folio call implemented in Graphics folio V20.
Associated Files
graphics.h, graphics.lib
See Also
GetCurrentFont
()