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

Lines Matching refs:wxFontMapper

6 \section{\class{wxFontMapper}}\label{wxfontmapper}
8 wxFontMapper manages user-definable correspondence between logical font
26 \wxheading{Using wxFontMapper in conjunction with wxMBConv classes}
38 if (!wxFontMapper::Get()->IsEncodingAvailable(enc, facename))
41 if (wxFontMapper::Get()->GetAltForEncoding(enc, &alternative,
44 wxCSConv convFrom(wxFontMapper::Get()->GetEncodingName(enc));
45 wxCSConv convTo(wxFontMapper::Get()->GetEncodingName(alternative));
71 \membersection{wxFontMapper::wxFontMapper}\label{wxfontmapperwxfontmapper}
73 \func{}{wxFontMapper}{\void}
79 The preferred way of creating a wxFontMapper instance is to call
80 \helpref{wxFontMapper::Get}{wxfontmapperget}.
83 \membersection{wxFontMapper::\destruct{wxFontMapper}}\label{wxfontmapperdtor}
85 \func{}{\destruct{wxFontMapper}}{\void}
90 \membersection{wxFontMapper::CharsetToEncoding}\label{wxfontmappercharsettoencoding}
105 \membersection{wxFontMapper::Get}\label{wxfontmapperget}
107 \func{static wxFontMapper *}{Get}{\void}
114 \helpref{wxFontMapper::Set}{wxfontmapperset}
117 \membersection{wxFontMapper::GetAllEncodingNames}\label{wxfontmappergetallencodingnames}
127 \membersection{wxFontMapper::GetAltForEncoding}\label{wxfontmappergetaltforencoding}
143 \membersection{wxFontMapper::GetEncoding}\label{wxfontmappergetencoding}
152 \membersection{wxFontMapper::GetEncodingDescription}\label{wxfontmappergetencodingdescription}
159 \membersection{wxFontMapper::GetEncodingFromName}\label{wxfontmappergetencodingfromname}
172 \membersection{wxFontMapper::GetEncodingName}\label{wxfontmappergetencodingname}
184 \membersection{wxFontMapper::GetSupportedEncodingsCount}\label{wxfontmappergetsupportedencodingscount}
193 \membersection{wxFontMapper::IsEncodingAvailable}\label{wxfontmapperisencodingavailable}
201 \membersection{wxFontMapper::SetDialogParent}\label{wxfontmappersetdialogparent}
208 \membersection{wxFontMapper::SetDialogTitle}\label{wxfontmappersetdialogtitle}
215 \membersection{wxFontMapper::Set}\label{wxfontmapperset}
217 \func{static wxFontMapper *}{Set}{\param{wxFontMapper *}{mapper}}
225 \helpref{wxFontMapper::Get}{wxfontmapperget}
228 \membersection{wxFontMapper::SetConfig}\label{wxfontmappersetconfig}
239 \membersection{wxFontMapper::SetConfigPath}\label{wxfontmappersetconfigpath}