]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fontmap.h
don't blit too much when copying static box border in OnPaint()
[wxWidgets.git] / interface / fontmap.h
index f3591f369fcfae0bb1f04de7a1d919bd94230a7a..8adbc851353adf790feb90614541d32693f1de8b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        fontmap.h
-// Purpose:     documentation for wxFontMapper class
+// Purpose:     interface of wxFontMapper
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -31,8 +31,7 @@
     @library{wxcore}
     @category{misc}
 
-    @seealso
-    wxEncodingConverter, @ref overview_nonenglishoverview "Writing non-English
+    @see wxEncodingConverter, @ref overview_nonenglishoverview "Writing non-English
     applications"
 */
 class wxFontMapper
@@ -64,7 +63,7 @@ public:
     /**
         Get the current font mapper object. If there is no current object, creates
         one.
-        
+
         @see Set()
     */
     static wxFontMapper* Get();
@@ -123,7 +122,7 @@ public:
     /**
         Return internal string identifier for the encoding (see also
         wxFontMapper::GetEncodingDescription)
-        
+
         @see GetEncodingFromName()
     */
     static wxString GetEncodingName(wxFontEncoding encoding);
@@ -146,7 +145,7 @@ public:
         Set the current font mapper object and return previous one (may be @NULL).
         This method is only useful if you want to plug-in an alternative font mapper
         into wxWidgets.
-        
+
         @see Get()
     */
     static wxFontMapper* Set(wxFontMapper* mapper);
@@ -174,3 +173,4 @@ public:
     */
     void SetDialogTitle(const wxString& title);
 };
+