mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Fix link to Hershey fonts
This commit is contained in:
parent
e9b033ef3a
commit
687ccdf8db
@ -219,8 +219,7 @@ enum LineTypes {
|
|||||||
LINE_AA = 16 //!< antialiased line
|
LINE_AA = 16 //!< antialiased line
|
||||||
};
|
};
|
||||||
|
|
||||||
//! Only a subset of Hershey fonts
|
//! Only a subset of Hershey fonts <https://en.wikipedia.org/wiki/Hershey_fonts> are supported
|
||||||
//! <http://sources.isc.org/utils/misc/hershey-font.txt> are supported
|
|
||||||
enum HersheyFonts {
|
enum HersheyFonts {
|
||||||
FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font
|
FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font
|
||||||
FONT_HERSHEY_PLAIN = 1, //!< small size sans-serif font
|
FONT_HERSHEY_PLAIN = 1, //!< small size sans-serif font
|
||||||
|
Loading…
Reference in New Issue
Block a user