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

@@ -4,6 +4,7 @@
// Purpose: GNOME printing support
// Created: 09/20/04
// Copyright: Robert Roebling
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __gprint_H__
@@ -19,6 +20,8 @@
#include <wx/wx.h>
#endif
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
#include "wx/prntbase.h"
#include "wx/printdlg.h"
@@ -302,4 +305,7 @@ private:
DECLARE_NO_COPY_CLASS(wxGnomePrintDC)
};
#endif
// wxUSE_LIBGNOMEPRINT
#endif