X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/775a998ed0b5332053b4e3ac850a00dd9727e670..61714c237d73406dc863573f79f9007e60d94aba:/docs/latex/wx/tfontenc.tex?ds=sidebyside diff --git a/docs/latex/wx/tfontenc.tex b/docs/latex/wx/tfontenc.tex index 441cce68b4..f6e08d0bc2 100644 --- a/docs/latex/wx/tfontenc.tex +++ b/docs/latex/wx/tfontenc.tex @@ -72,11 +72,11 @@ for KOI8 encoding (only for WinCyrillic one which is quite different), so \helpref{wxFontEnumerator}{wxfontenumerator} will never return one, even if the user has installed a KOI8 font on his system. -To solve this problem, \helpref{wxFontMapper}{wxfontmapper} class is provided. +To solve this problem, a \helpref{wxFontMapper}{wxfontmapper} class is provided. This class stores the mapping between the encodings and the font face -names which support them in a \helpref{wxConfig}{wxconfigoverview} object. Of +names which support them in \helpref{wxConfig}{wxconfigoverview} object. Of course, it would be fairly useless if it tried to determine these mappings by -itself, so, instead, it may (optionally) ask the user and remember his answers +itself, so, instead, it (optionally) ask the user and remember his answers so that the next time the program will automatically choose the correct font. All these topics are illustrated by the \helpref{font sample}{samplefont},