projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Documenting WX_MONOLITHIC build option.
[wxWidgets.git]
/
src
/
html
/
htmprint.cpp
diff --git
a/src/html/htmprint.cpp
b/src/html/htmprint.cpp
index 0474ae226cbad4d3476cc58c2bec2b6f3889e07a..b6a1bc636dc3123e08a8ce6ea9976c7736961e18 100644
(file)
--- a/
src/html/htmprint.cpp
+++ b/
src/html/htmprint.cpp
@@
-89,7
+89,7
@@
void wxHtmlDCRenderer::SetHtmlText(const wxString& html, const wxString& basepat
}
}
-void wxHtmlDCRenderer::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlDCRenderer::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_Parser->SetFonts(normal_face, fixed_face, sizes);
const int *sizes)
{
m_Parser->SetFonts(normal_face, fixed_face, sizes);
@@
-452,7
+452,7
@@
void wxHtmlPrintout::SetMargins(float top, float bottom, float left, float right
-void wxHtmlPrintout::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlPrintout::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_Renderer->SetFonts(normal_face, fixed_face, sizes);
const int *sizes)
{
m_Renderer->SetFonts(normal_face, fixed_face, sizes);
@@
-628,7
+628,7
@@
void wxHtmlEasyPrinting::SetFooter(const wxString& footer, int pg)
}
}
-void wxHtmlEasyPrinting::SetFonts(
wxString normal_face, wxString
fixed_face,
+void wxHtmlEasyPrinting::SetFonts(
const wxString& normal_face, const wxString&
fixed_face,
const int *sizes)
{
m_fontMode = FontMode_Explicit;
const int *sizes)
{
m_fontMode = FontMode_Explicit;