6 #define FB2K_DebugLog() uDebugLog()._formatter() 16 HFONT temp = detach();
17 if (temp != NULL) DeleteObject(temp);
20 void set(HFONT p_font) {release(); m_font = p_font;}
21 HFONT
get()
const {
return m_font;}
25 SetLastError(NO_ERROR);
26 HFONT temp = p_desc.
create();
void create(const t_font_description &p_desc)
void SHARED_EXPORT uOutputDebugString(const char *msg)
win32_font(HFONT p_initval)
t_type replace_t(t_type &p_var, const t_newval &p_newval)
string8_fastalloc string_formatter
HFONT SHARED_EXPORT create() const