#include <wx/dc.h>
Public Member Functions | |
wxDCFontChanger (wxDC &dc, const wxFont &font) | |
Sets font on the given dc, storing the old one. | |
~wxDCFontChanger () | |
Restores the colour originally selected in the DC passed to the ctor. |
Sets font on the given dc, storing the old one.
dc | The DC where the font must be temporary set. | |
font | The font to set. |
wxDCFontChanger::~wxDCFontChanger | ( | ) |
Restores the colour originally selected in the DC passed to the ctor.
![]() |
[ top ] |