pub struct FontPoint {
pub x: f32,
pub y: f32,
}Expand description
A point of a glyph outline: font units, Y up, as the face states it.
Fields§
§x: f32§y: f32Trait Implementations§
impl Copy for FontPoint
impl StructuralPartialEq for FontPoint
Auto Trait Implementations§
impl Freeze for FontPoint
impl RefUnwindSafe for FontPoint
impl Send for FontPoint
impl Sync for FontPoint
impl Unpin for FontPoint
impl UnsafeUnpin for FontPoint
impl UnwindSafe for FontPoint
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