struct GlyphOutlineBuilder {
segments: Vec<Segment>,
current: Point,
start: Point,
scale: f32,
}Expand description
グリフのアウトライン(直線線分リスト)を構築するビルダー
Fields§
§segments: Vec<Segment>§current: Point§start: Point§scale: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyphOutlineBuilder
impl RefUnwindSafe for GlyphOutlineBuilder
impl Send for GlyphOutlineBuilder
impl Sync for GlyphOutlineBuilder
impl Unpin for GlyphOutlineBuilder
impl UnsafeUnpin for GlyphOutlineBuilder
impl UnwindSafe for GlyphOutlineBuilder
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