X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc28cdf8d4d895e953d1710bbf77a065106ff98f..346662b87a28fed132459db393cdd99132d1c5ca:/docs/doxygen/overviews/fontencoding.h diff --git a/docs/doxygen/overviews/fontencoding.h b/docs/doxygen/overviews/fontencoding.h index f84c5f3204..29ace2563b 100644 --- a/docs/doxygen/overviews/fontencoding.h +++ b/docs/doxygen/overviews/fontencoding.h @@ -76,8 +76,8 @@ font on his system. To solve this problem, a wxFontMapper class is provided. This class stores the mapping between the encodings and the font face -names which support them in wxConfig object. Of -course, it would be fairly useless if it tried to determine these mappings by +names which support them in wxConfigBase object. +Of course, it would be fairly useless if it tried to determine these mappings by 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 @ref page_samples_font;