X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..fd495ab3ea1282ddb8bb0cd0fb79fc758ae5fcee:/docs/latex/wx/fontmap.tex 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: