Struct makepad_widgets::shader::draw_text::TextGeom
source · pub struct TextGeom {
pub eval_width: f64,
pub eval_height: f64,
pub measured_width: f64,
pub measured_height: f64,
pub ellip_pt: Option<(usize, f64, usize)>,
}
Fields§
§eval_width: f64
§eval_height: f64
§measured_width: f64
§measured_height: f64
§ellip_pt: Option<(usize, f64, usize)>
Auto Trait Implementations§
impl RefUnwindSafe for TextGeom
impl Send for TextGeom
impl Sync for TextGeom
impl Unpin for TextGeom
impl UnwindSafe for TextGeom
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