From 687ccdf8dbc9c64a0df7e326b9b32e78f09b14a6 Mon Sep 17 00:00:00 2001 From: Collen Jones Date: Tue, 27 Mar 2018 20:11:48 -0700 Subject: [PATCH] Fix link to Hershey fonts --- modules/core/include/opencv2/core.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/core/include/opencv2/core.hpp b/modules/core/include/opencv2/core.hpp index b4ad42cd29..b5beb7d2ea 100644 --- a/modules/core/include/opencv2/core.hpp +++ b/modules/core/include/opencv2/core.hpp @@ -219,8 +219,7 @@ enum LineTypes { LINE_AA = 16 //!< antialiased line }; -//! Only a subset of Hershey fonts -//! are supported +//! Only a subset of Hershey fonts are supported enum HersheyFonts { FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font FONT_HERSHEY_PLAIN = 1, //!< small size sans-serif font