]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htdcrend.tex
added install
[wxWidgets.git] / docs / latex / wx / htdcrend.tex
index 4897caba25efc5541e279ba102ed5e1346767172..0d1bcd9af5464588ef1be99822c4d0056bd7e265 100644 (file)
@@ -35,14 +35,12 @@ 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.)
 
 (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}
+\membersection{wxHtmlDCRenderer::SetFonts}\label{wxhtmldcrenderersetfonts}
 
 
-\docparam{maxwidth}{width of the area (on this DC) that is equivalent to screen's width, 
-in pixels (you should set it to page width minus margins). 
+\func{void}{SetFonts}{\param{wxString }{normal\_face}, \param{wxString }{fixed\_face}, \param{const int }{*sizes = NULL}}
 
 
-{\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.}
+Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
+detailed description.
 
 See also \helpref{SetSize}{wxhtmldcrenderersetsize}.
 
 
 See also \helpref{SetSize}{wxhtmldcrenderersetsize}.
 
@@ -56,7 +54,7 @@ width of the rectangle between calls to \helpref{Render}{wxhtmldcrendererrender}
 
 \membersection{wxHtmlDCRenderer::SetHtmlText}\label{wxhtmldcrenderersethtmltext}
 
 
 \membersection{wxHtmlDCRenderer::SetHtmlText}\label{wxhtmldcrenderersethtmltext}
 
-\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = TRUE}}
+\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = true}}
 
 Assign text to the renderer. \helpref{Render}{wxhtmldcrendererrender} then draws 
 the text onto DC.
 
 Assign text to the renderer. \helpref{Render}{wxhtmldcrendererrender} then draws 
 the text onto DC.
@@ -68,12 +66,12 @@ the text onto DC.
 \docparam{basepath}{base directory (html string would be stored there if it was in
 file). It is used to determine path for loading images, for example.}
 
 \docparam{basepath}{base directory (html string would be stored there if it was in
 file). It is used to determine path for loading images, for example.}
 
-\docparam{isdir}{FALSE if basepath is filename, TRUE if it is directory name
+\docparam{isdir}{false if basepath is filename, true if it is directory name
 (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}
 
 \membersection{wxHtmlDCRenderer::Render}\label{wxhtmldcrendererrender}
 
 (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}
 
 \membersection{wxHtmlDCRenderer::Render}\label{wxhtmldcrendererrender}
 
-\func{int}{Render}{\param{int }{x}, \param{int }{y}, \param{int }{from = 0}, \param{int }{dont\_render = FALSE}}
+\func{int}{Render}{\param{int }{x}, \param{int }{y}, \param{int }{from = 0}, \param{int }{dont\_render = false}}
 
 Renders HTML text to the DC.
 
 
 Renders HTML text to the DC.
 
@@ -83,7 +81,7 @@ Renders HTML text to the DC.
 
 \docparam{from}{y-coordinate of the very first visible cell}
 
 
 \docparam{from}{y-coordinate of the very first visible cell}
 
-\docparam{dont\_render}{if TRUE then this method only returns y coordinate of the next page
+\docparam{dont\_render}{if true then this method only returns y coordinate of the next page
 and does not output anything}
 
 Returned value is y coordinate of first cell than didn't fit onto page.
 and does not output anything}
 
 Returned value is y coordinate of first cell than didn't fit onto page.