]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/fontencoding.h
Virtualize showing/hiding the pages in wxBookCtrlBase.
[wxWidgets.git] / docs / doxygen / overviews / fontencoding.h
index f84c5f3204d735655976eb12256d18bfa5820869..7775d313fb99fb9d11c94dc13383ef649378de3c 100644 (file)
@@ -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;