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

Lines Matching refs:wxNativeFontInfo

59 // wxNativeFontInfo
62 void wxNativeFontInfo::Init()
68 wxNativeFontInfo::Init(const wxNativeFontInfo& info)
76 void wxNativeFontInfo::Free()
82 int wxNativeFontInfo::GetPointSize() const
87 wxFontStyle wxNativeFontInfo::GetStyle() const
107 wxFontWeight wxNativeFontInfo::GetWeight() const
132 bool wxNativeFontInfo::GetUnderlined() const
137 wxString wxNativeFontInfo::GetFaceName() const
144 wxFontFamily wxNativeFontInfo::GetFamily() const
191 // wxASSERT_MSG( family, wxT("wxNativeFontInfo::GetFamily() - No appropriate PangoFontFamily found for ::description") );
216 wxFontEncoding wxNativeFontInfo::GetEncoding() const
222 void wxNativeFontInfo::SetPointSize(int pointsize)
227 void wxNativeFontInfo::SetStyle(wxFontStyle style)
246 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
264 void wxNativeFontInfo::SetUnderlined(bool WXUNUSED(underlined))
269 bool wxNativeFontInfo::SetFaceName(const wxString& facename)
275 void wxNativeFontInfo::SetFamily(wxFontFamily WXUNUSED(family))
280 void wxNativeFontInfo::SetEncoding(wxFontEncoding WXUNUSED(encoding))
287 bool wxNativeFontInfo::FromString(const wxString& s)
326 wxString wxNativeFontInfo::ToString() const
333 bool wxNativeFontInfo::FromUserString(const wxString& s)
338 wxString wxNativeFontInfo::ToUserString() const
498 // wxNativeFontInfo
501 void wxNativeFontInfo::Init()
506 bool wxNativeFontInfo::FromString(const wxString& s)
524 wxString wxNativeFontInfo::ToString() const
530 bool wxNativeFontInfo::FromUserString(const wxString& s)
535 wxString wxNativeFontInfo::ToUserString() const
540 bool wxNativeFontInfo::HasElements() const
547 wxString wxNativeFontInfo::GetXFontComponent(wxXLFDField field) const
554 if ( !((wxNativeFontInfo *)this)->FromXFontName(xFontName) )
561 bool wxNativeFontInfo::FromXFontName(const wxString& fontname)
597 wxString wxNativeFontInfo::GetXFontName() const
612 ((wxNativeFontInfo *)this)->xFontName << _T('-') << elt;
620 wxNativeFontInfo::SetXFontComponent(wxXLFDField field, const wxString& value)
631 if ( !((wxNativeFontInfo *)this)->FromXFontName(xFontName) )
645 void wxNativeFontInfo::SetXFontName(const wxString& xFontName_)
655 int wxNativeFontInfo::GetPointSize() const
664 wxFontStyle wxNativeFontInfo::GetStyle() const
691 wxFontWeight wxNativeFontInfo::GetWeight() const
702 bool wxNativeFontInfo::GetUnderlined() const
708 wxString wxNativeFontInfo::GetFaceName() const
714 wxFontFamily wxNativeFontInfo::GetFamily() const
723 wxFontEncoding wxNativeFontInfo::GetEncoding() const
731 void wxNativeFontInfo::SetPointSize(int pointsize)
736 void wxNativeFontInfo::SetStyle(wxFontStyle style)
753 wxFAIL_MSG( _T("unknown wxFontStyle in wxNativeFontInfo::SetStyle") );
760 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
778 wxFAIL_MSG( _T("unknown wxFontWeight in wxNativeFontInfo::SetWeight") );
785 void wxNativeFontInfo::SetUnderlined(bool WXUNUSED(underlined))
790 bool wxNativeFontInfo::SetFaceName(const wxString& facename)
796 void wxNativeFontInfo::SetFamily(wxFontFamily WXUNUSED(family))
804 void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding)