pub struct RasterizedGlyph {
pub atlas_kind: AtlasKind,
pub atlas_size: Size<usize>,
pub atlas_image_bounds: Rect<usize>,
pub atlas_image_padding: usize,
pub origin_in_dpxs: Point<f32>,
pub dpxs_per_em: f32,
}
Fields§
§atlas_kind: AtlasKind
§atlas_size: Size<usize>
§atlas_image_bounds: Rect<usize>
§atlas_image_padding: usize
§origin_in_dpxs: Point<f32>
§dpxs_per_em: f32
Trait Implementations§
Source§impl Clone for RasterizedGlyph
impl Clone for RasterizedGlyph
Source§fn clone(&self) -> RasterizedGlyph
fn clone(&self) -> RasterizedGlyph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RasterizedGlyph
impl Debug for RasterizedGlyph
impl Copy for RasterizedGlyph
Auto Trait Implementations§
impl Freeze for RasterizedGlyph
impl RefUnwindSafe for RasterizedGlyph
impl Send for RasterizedGlyph
impl Sync for RasterizedGlyph
impl Unpin for RasterizedGlyph
impl UnwindSafe for RasterizedGlyph
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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