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

Lines Matching refs:wxNativeFontInfo

77     wxFontRefData( const wxNativeFontInfo& rInfo
244 const wxNativeFontInfo& GetNativeFontInfo() const
260 void Init( const wxNativeFontInfo& rInfo
286 wxNativeFontInfo m_vNativeFontInfo;
340 const wxNativeFontInfo& rInfo
540 // wxNativeFontInfo
543 void wxNativeFontInfo::Init()
546 } // end of wxNativeFontInfo::Init
548 int wxNativeFontInfo::GetPointSize() const
551 } // end of wxNativeFontInfo::GetPointSize
553 wxFontStyle wxNativeFontInfo::GetStyle() const
556 } // end of wxNativeFontInfo::GetStyle
558 wxFontWeight wxNativeFontInfo::GetWeight() const
578 } // end of wxNativeFontInfo::GetWeight
580 bool wxNativeFontInfo::GetUnderlined() const
583 } // end of wxNativeFontInfo::GetUnderlined
585 wxString wxNativeFontInfo::GetFaceName() const
588 } // end of wxNativeFontInfo::GetFaceName
590 wxFontFamily wxNativeFontInfo::GetFamily() const
630 } // end of wxNativeFontInfo::GetFamily
632 wxFontEncoding wxNativeFontInfo::GetEncoding() const
635 } // end of wxNativeFontInfo::GetEncoding
637 void wxNativeFontInfo::SetPointSize(
642 } // end of wxNativeFontInfo::SetPointSize
644 void wxNativeFontInfo::SetStyle(
662 } // end of wxNativeFontInfo::SetStyle
664 void wxNativeFontInfo::SetWeight(
686 } // end of wxNativeFontInfo::SetWeight
688 void wxNativeFontInfo::SetUnderlined(
694 } // end of wxNativeFontInfo::SetUnderlined
696 bool wxNativeFontInfo::SetFaceName(
702 } // end of wxNativeFontInfo::SetFaceName
704 void wxNativeFontInfo::SetFamily(
745 } // end of wxNativeFontInfo::SetFamily
747 void wxNativeFontInfo::SetEncoding( wxFontEncoding eEncoding )
776 } // end of wxNativeFontInfo::SetFaceName
778 bool wxNativeFontInfo::FromString( const wxString& rsStr )
842 } // end of wxNativeFontInfo::FromString
844 wxString wxNativeFontInfo::ToString() const
862 } // end of wxNativeFontInfo::ToString
868 bool wxFont::Create( const wxNativeFontInfo& rInfo,
883 wxNativeFontInfo vInfo;
1067 const wxNativeFontInfo& rInfo
1132 const wxNativeFontInfo* wxFont::GetNativeFontInfo() const