]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/font.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / font.h
index fee764d16cc5517181403537658bfabf6e98ebe6..d0a0b368a98d6c651d48fad5c295e3fcca959a1e 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        font.h
 // Purpose:     interface of wxFont
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -271,7 +270,7 @@ enum wxFontEncoding
 
 
 /**
-    Description of wxFont.
+    @class wxFontInfo
 
     This class is a helper used for wxFont creation using named parameter
     idiom: it allows to specify various wxFont attributes using the chained
@@ -281,7 +280,7 @@ enum wxFontEncoding
     For example, to create an italic font with the given face name and size you
     could use:
     @code
-        wxFont font(wxFontInfo(12).FaceName().Italic());
+        wxFont font(wxFontInfo(12).FaceName("Helvetica").Italic());
     @endcode
 
     Notice that all of the methods of this object return a reference to the