]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htdcrend.tex
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git] / docs / latex / wx / htdcrend.tex
index 58ae47a2f9765249786650c6d94929a23cf42244..2ecfad889adc38d4feabd187e447a94206eaa780 100644 (file)
@@ -13,6 +13,10 @@ or \helpref{wxHtmlPrintout}{wxhtmlprintout} is strongly recommended.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/html/htmprint.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlDCRenderer::wxHtmlDCRenderer}\label{wxhtmldcrendererwxhtmldcrenderer}
@@ -23,17 +27,17 @@ Constructor.
 
 \membersection{wxHtmlDCRenderer::SetDC}\label{wxhtmldcrenderersetdc}
 
-\func{void}{SetDC}{\param{wxDC* }{dc}, \param{double }{pixel_scale = 1.0}}
+\func{void}{SetDC}{\param{wxDC* }{dc}, \param{double }{pixel\_scale = 1.0}}
 
 Assign DC instance to the renderer.
 
-{\it pixel_scale} can be used when rendering to high-resolution DCs (e.g. printer) to adjust size of pixel metrics.
-(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.)
+{\it pixel\_scale} can be used when rendering to high-resolution DCs (e.g. printer) to adjust size of pixel metrics.
+(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 screen's width, 
+\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