Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT

Removed the now obsolete test for FT2 (FreeType)
    which was used by the Pango based printing which
    I removed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-11-01 18:40:51 +00:00
parent 638357a03e
commit 7c72311fe1
6 changed files with 54 additions and 20 deletions

View File

@@ -18,7 +18,10 @@
#pragma hdrstop
#endif
#include "gprint.h"
#include "wx/gtk/gnome/gprint.h"
#if wxUSE_LIBGNOMEPRINT
#include "wx/fontutil.h"
#include "wx/printdlg.h"
#include "wx/gtk/private.h"
@@ -659,3 +662,6 @@ int wxGnomePrintDC::GetResolution()
{
return 72;
}
#endif
// wxUSE_LIBGNOMEPRINT