Commit 75b5e3fa authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11175 from collenjones:hotfix/coreLinkFix

parents c37d9573 687ccdf8
...@@ -219,8 +219,7 @@ enum LineTypes { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment