X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..544229d1069a20ca4c81fac6059aa4d92d8559ef:/docs/latex/wx/tfontenc.tex diff --git a/docs/latex/wx/tfontenc.tex b/docs/latex/wx/tfontenc.tex index 7577de1d09..0d4cabff64 100644 --- a/docs/latex/wx/tfontenc.tex +++ b/docs/latex/wx/tfontenc.tex @@ -20,7 +20,7 @@ letters of foreign alphabets and here other encodings come into play. Please note that we will only discuss 8-bit fonts here and not \helpref{Unicode}{unicode}. -Font encoding support is assured by several classes: +Font encoding support is ensured by several classes: \helpref{wxFont}{wxfont} itself, but also \helpref{wxFontEnumerator}{wxfontenumerator} and \helpref{wxFontMapper}{wxfontmapper}. wxFont encoding support is reflected by @@ -76,7 +76,7 @@ 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 \helpref{wxConfig}{wxconfigoverview} object. Of course, it would be fairly useless if it tried to determine these mappings by -itself, so, instead, it (optionally) ask the user and remember his answers +itself, so, instead, it (optionally) asks the user and remembers 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};