pub trait QtFontTraitConst {
Show 13 methods
// Required method
fn as_raw_QtFont(&self) -> *const c_void;
// Provided methods
fn name_font(&self) -> String { ... }
fn color(&self) -> Scalar { ... }
fn font_face(&self) -> i32 { ... }
fn ascii(&self) -> *const i32 { ... }
fn greek(&self) -> *const i32 { ... }
fn cyrillic(&self) -> *const i32 { ... }
fn hscale(&self) -> f32 { ... }
fn vscale(&self) -> f32 { ... }
fn shear(&self) -> f32 { ... }
fn thickness(&self) -> i32 { ... }
fn dx(&self) -> f32 { ... }
fn line_type(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::highgui::QtFont
Required Methods§
fn as_raw_QtFont(&self) -> *const c_void
Provided Methods§
Sourcefn color(&self) -> Scalar
fn color(&self) -> Scalar
Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])