X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc28cdf8d4d895e953d1710bbf77a065106ff98f..2e18fe7139558b3cb592a04a4e4668319a966ebf:/docs/doxygen/overviews/fontencoding.h?ds=sidebyside diff --git a/docs/doxygen/overviews/fontencoding.h b/docs/doxygen/overviews/fontencoding.h index f84c5f3204..7775d313fb 100644 --- a/docs/doxygen/overviews/fontencoding.h +++ b/docs/doxygen/overviews/fontencoding.h @@ -3,7 +3,7 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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;