X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4eecf1150d4954e389f49c402756f2381915dd10..1e8dba5e29eba7ac5e53fa4035e65ceeaeed3884:/docs/latex/wx/htdcrend.tex diff --git a/docs/latex/wx/htdcrend.tex b/docs/latex/wx/htdcrend.tex index 21b93dc62a..f7623eb322 100644 --- a/docs/latex/wx/htdcrend.tex +++ b/docs/latex/wx/htdcrend.tex @@ -35,18 +35,9 @@ Assign DC instance to the renderer. (Many dimensions in HTML are given in pixels -- e.g. image sizes. 300x300 image would be only one inch wide on typical printer. With pixel\_scale = 3.0 it would be 3 inches.) -\wxheading{Parameters} - -\docparam{maxwidth}{width of the area (on this DC) that is equivalent to the screen's width, -in pixels (you should set it to page width minus margins). - -{\bf Note:} In the current implementation -the screen width is always 800 pixels: it gives best results and ensures (almost) same printed outputs -across platforms and differently configured desktops.} - \membersection{wxHtmlDCRenderer::SetFonts}\label{wxhtmldcrenderersetfonts} -\func{void}{SetFonts}{\param{wxString }{normal\_face}, \param{wxString }{fixed\_face}, \param{const int }{*sizes = NULL}} +\func{void}{SetFonts}{\param{const wxString\& }{normal\_face}, \param{const wxString\& }{fixed\_face}, \param{const int }{*sizes = NULL}} Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for detailed description.