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

Lines Matching refs:wxNativeFontInfo

42 #include "wx/fontutil.h" // for wxNativeFontInfo
228 wxFont *wxFontBase::New(const wxNativeFontInfo& info)
236 wxNativeFontInfo fontInfo;
248 void wxFontBase::DoSetNativeFontInfo(const wxNativeFontInfo& info)
266 const wxNativeFontInfo *fontInfo = GetNativeFontInfo();
274 wxFAIL_MSG(wxT("Derived class should have created the wxNativeFontInfo!"));
283 const wxNativeFontInfo *fontInfo = GetNativeFontInfo();
291 wxFAIL_MSG(wxT("Derived class should have created the wxNativeFontInfo!"));
299 wxNativeFontInfo fontInfo;
312 wxNativeFontInfo fontInfo;
406 // wxNativeFontInfo
410 void wxNativeFontInfo::SetFaceName(const wxArrayString &facenames)
435 bool wxNativeFontInfo::FromString(const wxString& s)
486 wxString wxNativeFontInfo::ToString() const
503 void wxNativeFontInfo::Init()
514 int wxNativeFontInfo::GetPointSize() const
519 wxFontStyle wxNativeFontInfo::GetStyle() const
524 wxFontWeight wxNativeFontInfo::GetWeight() const
529 bool wxNativeFontInfo::GetUnderlined() const
534 wxString wxNativeFontInfo::GetFaceName() const
539 wxFontFamily wxNativeFontInfo::GetFamily() const
544 wxFontEncoding wxNativeFontInfo::GetEncoding() const
549 void wxNativeFontInfo::SetPointSize(int pointsize)
554 void wxNativeFontInfo::SetStyle(wxFontStyle style_)
559 void wxNativeFontInfo::SetWeight(wxFontWeight weight_)
564 void wxNativeFontInfo::SetUnderlined(bool underlined_)
569 bool wxNativeFontInfo::SetFaceName(const wxString& facename_)
575 void wxNativeFontInfo::SetFamily(wxFontFamily family_)
580 void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
585 #endif // generic wxNativeFontInfo implementation
594 wxString wxNativeFontInfo::ToUserString() const
662 bool wxNativeFontInfo::FromUserString(const wxString& s)
747 // and not in wxNativeFontInfo::SetFaceName thus we need to explicitely
760 // and not in wxNativeFontInfo::SetFaceName thus we need to explicitely