]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/fontutil.h
Derive wxButton from wxButtonBase.
[wxWidgets.git] / include / wx / unix / fontutil.h
index b021ac6fd1ac20657d64d7448b8531a4aeed41a7..d13ec168a3406b0a4afdc928568521787e00f820 100644 (file)
@@ -31,4 +31,7 @@ wxLoadQueryNearestFont(int pointSize,
                        wxFontEncoding encoding,
                        wxString* xFontName = (wxString *)NULL);
 
+// returns the font specified by the given XLFD
+extern wxNativeFont wxLoadFont(const wxString& fontSpec);
+
 #endif // _WX_UNIX_FONTUTIL_H_