fixed bug 2626
authorStevenPuttemans <steven.puttemans@gmail.com>
Mon, 12 May 2014 13:39:40 +0000 (15:39 +0200)
committerStevenPuttemans <steven.puttemans@gmail.com>
Mon, 12 May 2014 14:43:07 +0000 (16:43 +0200)
modules/core/doc/drawing_functions.rst

index 7a6bd17..f06d0fa 100644 (file)
@@ -514,7 +514,7 @@ Draws a text string.
     :param font: ``CvFont`` structure initialized using :ocv:cfunc:`InitFont`.
 
     :param fontFace: Font type. One of  ``FONT_HERSHEY_SIMPLEX``,  ``FONT_HERSHEY_PLAIN``, ``FONT_HERSHEY_DUPLEX``,  ``FONT_HERSHEY_COMPLEX``,  ``FONT_HERSHEY_TRIPLEX``, ``FONT_HERSHEY_COMPLEX_SMALL``,  ``FONT_HERSHEY_SCRIPT_SIMPLEX``, or  ``FONT_HERSHEY_SCRIPT_COMPLEX``,
-           where each of the font ID's can be combined with  ``FONT_HERSHEY_ITALIC``  to get the slanted letters.
+           where each of the font ID's can be combined with  ``FONT_ITALIC``  to get the slanted letters.
 
     :param fontScale: Font scale factor that is multiplied by the font-specific base size.