![]() |
• Interface Manager | ||||
|
API Links
Developer Links
|
class AutoReleaseFontDefined in:
A helper class that wraps a pointer to a C4Fonts.hFont object.
Definition
Constructor
Parameters
Description
The AutoReleaseFont class is a helper class that wraps a pointer to a Font object. When an AutoReleaseFont is constructed, it calls the Font::Get function to obtain a pointer to the font specified by the name parameter. It then wraps that pointer in an AutoRelease object. When an AutoReleaseFont object goes out of scope, it automatically releases the font object that it wraps.
Base Classes
See Also
|