Font handle More...
#include <GdiObject.h>

Public Member Functions | |
| Font (HFONT font=0) | |
| Font (int height, const FontParams ¶ms=FontParams()) | |
| void | Create (int height, const FontParams ¶ms=FontParams()) |
| void | CreateDefaultFont () |
Public Member Functions inherited from neo::GdiObject< HFONT > | |
| GdiObject (HFONTpHandle=0) | |
| operator HFONT () | |
| void | SetHandle (HFONTpHandle) |
Additional Inherited Members | |
Public Attributes inherited from neo::GdiObject< HFONT > | |
| HFONT | handle |
Font handle
|
inline |
Create a font consistent with the operating system.
So be sure your app layout handles varying font sizes correctly if you use this function.
1.8.5