#include <win32_misc.h>
Definition at line 9 of file win32_misc.h.
win32_font::win32_font |
( |
HFONT |
p_initval | ) |
|
|
inline |
win32_font::win32_font |
( |
| ) |
|
|
inline |
win32_font::~win32_font |
( |
| ) |
|
|
inline |
Definition at line 24 of file win32_misc.h.
25 SetLastError(NO_ERROR);
26 HFONT temp = p_desc.
create();
HFONT SHARED_EXPORT create() const
HFONT win32_font::detach |
( |
| ) |
|
|
inline |
Definition at line 22 of file win32_misc.h.
t_type replace_t(t_type &p_var, const t_newval &p_newval)
HFONT win32_font::get |
( |
| ) |
const |
|
inline |
bool win32_font::is_valid |
( |
| ) |
const |
|
inline |
void win32_font::release |
( |
| ) |
|
|
inline |
Definition at line 15 of file win32_misc.h.
17 if (temp != NULL) DeleteObject(temp);
void win32_font::set |
( |
HFONT |
p_font | ) |
|
|
inline |
The documentation for this class was generated from the following file: