removed declarations of static wxLoadQueryFont, wxLoadQueryNearestFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,26 +37,6 @@
|
|||||||
extern wxFontNameDirectory *wxTheFontNameDirectory;
|
extern wxFontNameDirectory *wxTheFontNameDirectory;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// private functions
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
static GdkFont *wxLoadQueryFont( int pointSize,
|
|
||||||
int family,
|
|
||||||
int style,
|
|
||||||
int weight,
|
|
||||||
bool underlined,
|
|
||||||
const wxString &facename,
|
|
||||||
wxFontEncoding encoding );
|
|
||||||
|
|
||||||
static GdkFont *wxLoadQueryNearestFont( int pointSize,
|
|
||||||
int family,
|
|
||||||
int style,
|
|
||||||
int weight,
|
|
||||||
bool underlined,
|
|
||||||
const wxString &facename,
|
|
||||||
wxFontEncoding encoding);
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxFontRefData
|
// wxFontRefData
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -37,26 +37,6 @@
|
|||||||
extern wxFontNameDirectory *wxTheFontNameDirectory;
|
extern wxFontNameDirectory *wxTheFontNameDirectory;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// private functions
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
static GdkFont *wxLoadQueryFont( int pointSize,
|
|
||||||
int family,
|
|
||||||
int style,
|
|
||||||
int weight,
|
|
||||||
bool underlined,
|
|
||||||
const wxString &facename,
|
|
||||||
wxFontEncoding encoding );
|
|
||||||
|
|
||||||
static GdkFont *wxLoadQueryNearestFont( int pointSize,
|
|
||||||
int family,
|
|
||||||
int style,
|
|
||||||
int weight,
|
|
||||||
bool underlined,
|
|
||||||
const wxString &facename,
|
|
||||||
wxFontEncoding encoding);
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxFontRefData
|
// wxFontRefData
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user