Searched refs:m_FontSize (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dwinpars.h108 int GetFontSize() const {return m_FontSize;}
187 int m_FontSize; /* -2 to +4, 0 is default */ member in class:wxHtmlWinParser
H A Dhelpwnd.h241 int m_FontSize; // 0,1,2 = small,medium,big member in class:wxHtmlHelpWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpwnd.cpp288 m_FontSize = 10;
290 m_FontSize = 14;
1109 m_FontSize = cfg->Read(wxT("hcBaseFontSize"), m_FontSize);
1170 cfg->Write(wxT("hcBaseFontSize"), (long)m_FontSize);
1343 wxFont fnt(m_FontSize, wxSWISS, wxNORMAL, wxNORMAL, false);
1348 wxFont fnt(m_FontSize, wxMODERN, wxNORMAL, wxNORMAL, false);
1364 dlg.FontSize->SetValue(m_FontSize);
1371 m_FontSize = dlg.FontSize->GetValue();
1372 SetFontsToHtmlWin(m_HtmlWin, m_NormalFace, m_FixedFace, m_FontSize);
[all...]
H A Dwinpars.cpp330 m_FontSize = 3; //default one
674 m_FontSize = s;

Completed in 101 milliseconds