export wxGetNativeFontEncoding and wxTestFontEncoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-09-03 03:03:14 +00:00
parent 4309ed1748
commit 09da4ae594

View File

@@ -224,12 +224,12 @@ public:
// translate a wxFontEncoding into native encoding parameter (defined above), // translate a wxFontEncoding into native encoding parameter (defined above),
// returning true if an (exact) macth could be found, false otherwise (without // returning true if an (exact) macth could be found, false otherwise (without
// attempting any substitutions) // attempting any substitutions)
extern bool wxGetNativeFontEncoding(wxFontEncoding encoding, WXDLLIMPEXP_CORE bool wxGetNativeFontEncoding(wxFontEncoding encoding,
wxNativeEncodingInfo *info); wxNativeEncodingInfo *info);
// test for the existence of the font described by this facename/encoding, // test for the existence of the font described by this facename/encoding,
// return true if such font(s) exist, false otherwise // 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) // font-related functions (X and GTK)