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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfontdlg.cpp89 int nPointSize = vFontDlg.fxPointSize >> 16; local
91 vChosenFont.SetPointSize(nPointSize);
H A Dfont.cpp170 inline void SetPointSize(int nPointSize) argument
173 m_vNativeFontInfo.SetPointSize(nPointSize);
175 m_nPointSize = nPointSize;
311 int nPointSize
321 m_nPointSize = nPointSize;
893 bool wxFont::Create( int nPointSize, argument
907 if (nPointSize == wxDEFAULT)
909 nPointSize = wxNORMAL_FONT->GetPointSize();
911 m_refData = new wxFontRefData( nPointSize
988 int nPointSize
[all...]
H A Dfontutil.cpp463 int nPointSize; local
553 nPointSize = pFont->GetPointSize();
565 anDiff[1] = abs(pFM[i].lEmHeight - nPointSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dfont.h87 virtual void SetPointSize(int nPointSize);

Completed in 67 milliseconds