X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..8dba8632c5bcd64724e2e9e2d40e295555a0cb86:/docs/latex/wx/fontmap.tex?ds=sidebyside diff --git a/docs/latex/wx/fontmap.tex b/docs/latex/wx/fontmap.tex index c9460d4a53..fbf85fdf19 100644 --- a/docs/latex/wx/fontmap.tex +++ b/docs/latex/wx/fontmap.tex @@ -31,10 +31,9 @@ for "equivalent" encodings (e.g. iso8859-2 and cp1250) and tries them. If you need to display text in encoding which is not available at host system (see \helpref{IsEncodingAvailable}{wxfontmapperisencodingavailable}), -you may use these two classes to a) find font in some similar encoding +you may use these two classes to find font in some similar encoding (see \helpref{GetAltForEncoding}{wxfontmappergetaltforencoding}) -and -b) convert the text to this encoding +and convert the text to this encoding (\helpref{wxEncodingConverter::Convert}{wxencodingconverterconvert}). Following code snippet demonstrates it: