Merge pull request #11175 from collenjones:hotfix/coreLinkFix

pull/11187/head
Alexander Alekhin 7 years ago
commit 75b5e3fa64
  1. 3
      modules/core/include/opencv2/core.hpp

@ -219,8 +219,7 @@ enum LineTypes {
LINE_AA = 16 //!< antialiased line
};
//! Only a subset of Hershey fonts
//! <http://sources.isc.org/utils/misc/hershey-font.txt> are supported
//! Only a subset of Hershey fonts <https://en.wikipedia.org/wiki/Hershey_fonts> are supported
enum HersheyFonts {
FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font
FONT_HERSHEY_PLAIN = 1, //!< small size sans-serif font

Loading…
Cancel
Save