Enum opencv::imgproc::HersheyFonts [−][src]
#[repr(C)]
pub enum HersheyFonts {
FONT_HERSHEY_SIMPLEX,
FONT_HERSHEY_PLAIN,
FONT_HERSHEY_DUPLEX,
FONT_HERSHEY_COMPLEX,
FONT_HERSHEY_TRIPLEX,
FONT_HERSHEY_COMPLEX_SMALL,
FONT_HERSHEY_SCRIPT_SIMPLEX,
FONT_HERSHEY_SCRIPT_COMPLEX,
FONT_ITALIC,
}
Expand description
Only a subset of Hershey fonts https://en.wikipedia.org/wiki/Hershey_fonts are supported @ingroup imgproc_draw
Variants
normal size sans-serif font
small size sans-serif font
normal size sans-serif font (more complex than FONT_HERSHEY_SIMPLEX)
normal size serif font
normal size serif font (more complex than FONT_HERSHEY_COMPLEX)
smaller version of FONT_HERSHEY_COMPLEX
hand-writing style font
more complex variant of FONT_HERSHEY_SCRIPT_SIMPLEX
flag for italic font
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HersheyFonts
impl Send for HersheyFonts
impl Sync for HersheyFonts
impl Unpin for HersheyFonts
impl UnwindSafe for HersheyFonts
Blanket Implementations
Mutably borrows from an owned value. Read more