pub struct TextXForm {
pub txt_pin_x: f64,
pub txt_pin_y: f64,
pub txt_width: f64,
pub txt_height: f64,
pub txt_loc_pin_x: f64,
pub txt_loc_pin_y: f64,
pub txt_angle: f64,
}Expand description
Text block transform — positions text independently of shape.
Fields§
§txt_pin_x: f64§txt_pin_y: f64§txt_width: f64§txt_height: f64§txt_loc_pin_x: f64§txt_loc_pin_y: f64§txt_angle: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextXForm
impl RefUnwindSafe for TextXForm
impl Send for TextXForm
impl Sync for TextXForm
impl Unpin for TextXForm
impl UnsafeUnpin for TextXForm
impl UnwindSafe for TextXForm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more