]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
added missing WXDLLEXPORTs
[wxWidgets.git] / include / wx / fontutil.h
index 40ad0854340548b99f8a974745ee9bc6f95d8a3f..ad966ea6061064599911c7ccdcd200892488146a 100644 (file)
@@ -59,12 +59,17 @@ struct WXDLLEXPORT wxNativeFontInfo
     wxString GetXFontName() const;
 #elif defined(__WXMSW__)
     LOGFONT      lf;
+#elif defined(__WXPM__)
+    // OS/2 native structures that define a font
+    FATTRS       fa;
+    FONTMETRICS  fm;
+    FACENAMEDESC fn;
 #else // other platforms
     //
     //  This is a generic implementation that should work on all ports
     //  without specific support by the port.
     //
-    #define wNO_NATIVE_FONTINFO
+    #define wxNO_NATIVE_FONTINFO
 
     int           pointSize;
     wxFontFamily  family;