Searched defs:hFont (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpopfont.c47 static HFONT hFont ; variable
77 hFont = CreateFontIndirect (&logfont) ;
78 SendMessage (hwndEdit, WM_SETFONT, hFont, 0L) ;
87 DeleteObject (hFont) ;
88 hFont = hFontNew ;
93 DeleteObject (hFont) ;

Completed in 58 milliseconds