diff --git a/doc/HighGui_Qt.tex b/doc/HighGui_Qt.tex index 63d7776fd5..55e8599de8 100644 --- a/doc/HighGui_Qt.tex +++ b/doc/HighGui_Qt.tex @@ -519,7 +519,7 @@ The function \texttt{cvFontQt} creates a CvFont object to be used with \cross{ad A basic usage of this function is: \begin{lstlisting} CvFont font = cvFontQt(''Times''); -cvAddText( img1, ``Hello World !'', cvPoint(50,50), &font); +cvAddText( img1, ``Hello World !'', cvPoint(50,50), font); \end{lstlisting} @@ -772,7 +772,7 @@ The function \texttt{fontQt} creates a CvFont object. This CvFont is not compati A basic usage of this function is: \begin{lstlisting} CvFont font = fontQt(''Times''); -addText( img1, ``Hello World !'', Point(50,50), &font); +addText( img1, ``Hello World !'', Point(50,50), font); \end{lstlisting} \cvCppFunc{addText} diff --git a/doc/opencv.pdf b/doc/opencv.pdf index 5e69c19945..ea42c2561c 100644 Binary files a/doc/opencv.pdf and b/doc/opencv.pdf differ