Added wxHtmlPrintout::AddFilter so the same filters used for
viewing HTML can be used for printing it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,6 +96,8 @@ All GUI ports:
|
||||
to allow better rich text support.
|
||||
- implemented wxFlexGridSizer::Show() (Wade Brainerd)
|
||||
- Added m_ prefix to wxColourData and wxFontData members
|
||||
- Added wxHtmlPrintout::AddFilter so HTML printing can be subject to
|
||||
custom filters as well as HTML viewing.
|
||||
|
||||
Unix:
|
||||
|
||||
|
@@ -27,6 +27,13 @@ This class serves as printout class for HTML documents.
|
||||
Constructor.
|
||||
|
||||
|
||||
\membersection{wxHtmlPrintout::AddFilter}\label{wxhtmlprintoutaddfilter}
|
||||
|
||||
\func{static void}{AddFilter}{\param{wxHtmlFilter* }{filter}}
|
||||
|
||||
Adds a filter to the static list of filters for wxHtmlPrintout. See \helpref{wxHtmlFilter}{wxhtmlfilter} for
|
||||
further information.
|
||||
|
||||
\membersection{wxHtmlPrintout::SetFonts}\label{wxhtmlprintoutsetfonts}
|
||||
|
||||
\func{void}{SetFonts}{\param{wxString }{normal\_face}, \param{wxString }{fixed\_face}, \param{const int }{*sizes = NULL}}
|
||||
|
Reference in New Issue
Block a user