From: Robin Dunn Date: Mon, 3 Sep 2007 03:03:14 +0000 (+0000) Subject: export wxGetNativeFontEncoding and wxTestFontEncoding X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09da4ae594eb84b32095dea53a100f046425f468 export wxGetNativeFontEncoding and wxTestFontEncoding git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index 9cfb7d51f7..afd564a7b6 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -224,12 +224,12 @@ public: // translate a wxFontEncoding into native encoding parameter (defined above), // returning true if an (exact) macth could be found, false otherwise (without // attempting any substitutions) -extern bool wxGetNativeFontEncoding(wxFontEncoding encoding, - wxNativeEncodingInfo *info); +WXDLLIMPEXP_CORE bool wxGetNativeFontEncoding(wxFontEncoding encoding, + wxNativeEncodingInfo *info); // test for the existence of the font described by this facename/encoding, // return true if such font(s) exist, false otherwise -extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info); +WXDLLIMPEXP_CORE bool wxTestFontEncoding(const wxNativeEncodingInfo& info); // ---------------------------------------------------------------------------- // font-related functions (X and GTK)