[−][src]Trait opencv::hub_prelude::WText3DTrait
This 3D Widget represents 3D text. The text always faces the camera.
Required methods
fn as_raw_WText3D(&self) -> *const c_void
fn as_raw_mut_WText3D(&mut self) -> *mut c_void
Provided methods
fn set_text(&mut self, text: &str) -> Result<()>
fn get_text(&self) -> Result<String>
Returns the current text content of the widget.