]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/font.h
Correct wxImage::Size() again; add unit tests for it.
[wxWidgets.git] / include / wx / dfb / font.h
index def7085e070efb3576b9634401a8e5732557e981..4b485d7f39c011806df735739963f2c9b833ab37 100644 (file)
@@ -47,7 +47,7 @@ public:
     {
         Create(size, family, style, weight, underlined, face, encoding);
     }
-    
+
     wxFont(const wxSize& pixelSize,
            wxFontFamily family,
            wxFontStyle style,
@@ -59,7 +59,7 @@ public:
         Create(10, family, style, weight, underlined, face, encoding);
         SetPixelSize(pixelSize);
     }
-    
+
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,