• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/

Lines Matching refs:wxNativeFontInfo

130     wxFontRefData(const wxNativeFontInfo& info, WXHFONT hFont = 0)
292 const wxNativeFontInfo& GetNativeFontInfo() const
307 void Init(const wxNativeFontInfo& info, WXHFONT hFont = 0);
324 wxNativeFontInfo m_nativeFontInfo;
364 void wxFontRefData::Init(const wxNativeFontInfo& info, WXHFONT hFont)
417 // wxNativeFontInfo
420 void wxNativeFontInfo::Init()
437 int wxNativeFontInfo::GetPointSize() const
446 wxSize wxNativeFontInfo::GetPixelSize() const
454 wxFontStyle wxNativeFontInfo::GetStyle() const
459 wxFontWeight wxNativeFontInfo::GetWeight() const
470 bool wxNativeFontInfo::GetUnderlined() const
475 wxString wxNativeFontInfo::GetFaceName() const
480 wxFontFamily wxNativeFontInfo::GetFamily() const
515 wxFontEncoding wxNativeFontInfo::GetEncoding() const
520 void wxNativeFontInfo::SetPointSize(int pointsize)
529 void wxNativeFontInfo::SetPixelSize(const wxSize& pixelSize)
536 void wxNativeFontInfo::SetStyle(wxFontStyle style)
555 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
577 void wxNativeFontInfo::SetUnderlined(bool underlined)
582 bool wxNativeFontInfo::SetFaceName(const wxString& facename)
590 void wxNativeFontInfo::SetFamily(wxFontFamily family)
672 void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding)
699 bool wxNativeFontInfo::FromString(const wxString& s)
783 wxString wxNativeFontInfo::ToString() const
811 bool wxFont::Create(const wxNativeFontInfo& info, WXHFONT hFont)
824 wxNativeFontInfo info;
1007 void wxFont::DoSetNativeFontInfo(const wxNativeFontInfo& info)
1085 const wxNativeFontInfo *wxFont::GetNativeFontInfo() const