From a0a8fb4fd92f1d99703970d0519ddca86eb4b411 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Mon, 12 May 2014 15:39:40 +0200 Subject: [PATCH] fixed bug 2626 --- modules/core/doc/drawing_functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/drawing_functions.rst b/modules/core/doc/drawing_functions.rst index 7a6bd173a5..f06d0fa601 100644 --- a/modules/core/doc/drawing_functions.rst +++ b/modules/core/doc/drawing_functions.rst @@ -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.