[−][src]Type Definition opencv::types::PtrOfFreeType2
type PtrOfFreeType2 = Ptr<dyn FreeType2>;
Implementations
impl PtrOfFreeType2
[src]
pub fn as_raw_PtrOfFreeType2(&self) -> *const c_void
[src]
pub fn as_raw_mut_PtrOfFreeType2(&mut self) -> *mut c_void
[src]
Trait Implementations
impl AlgorithmTrait for PtrOfFreeType2
[src]
fn as_raw_Algorithm(&self) -> *const c_void
[src]
fn as_raw_mut_Algorithm(&mut self) -> *mut c_void
[src]
fn clear(&mut self) -> Result<()>
[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>
[src]
fn write_with_name(&self, fs: &Ptr<FileStorage>, name: &str) -> Result<()>
[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>
[src]
fn empty(&self) -> Result<bool>
[src]
fn save(&self, filename: &str) -> Result<()>
[src]
fn get_default_name(&self) -> Result<String>
[src]
impl FreeType2 for PtrOfFreeType2
[src]
fn as_raw_FreeType2(&self) -> *const c_void
[src]
fn as_raw_mut_FreeType2(&mut self) -> *mut c_void
[src]
fn load_font_data(&mut self, font_file_name: &str, id: i32) -> Result<()>
[src]
fn set_split_number(&mut self, num: i32) -> Result<()>
[src]
fn put_text(
&mut self,
img: &mut dyn ToInputOutputArray,
text: &str,
org: Point,
font_height: i32,
color: Scalar,
thickness: i32,
line_type: i32,
bottom_left_origin: bool
) -> Result<()>
[src]
&mut self,
img: &mut dyn ToInputOutputArray,
text: &str,
org: Point,
font_height: i32,
color: Scalar,
thickness: i32,
line_type: i32,
bottom_left_origin: bool
) -> Result<()>
fn get_text_size(
&mut self,
text: &str,
font_height: i32,
thickness: i32,
base_line: &mut i32
) -> Result<Size>
[src]
&mut self,
text: &str,
font_height: i32,
thickness: i32,
base_line: &mut i32
) -> Result<Size>