[][src]Struct ilmenite::shape::ImtGlyphInfo

pub struct ImtGlyphInfo {
    pub font_family: String,
    pub text_height: f32,
    pub word_index: usize,
    pub line_index: usize,
    pub pos_from_l: Option<f32>,
    pub pos_from_r: Option<f32>,
    pub pos_from_t: Option<f32>,
    pub pos_from_b: Option<f32>,
}

Fields

font_family: Stringtext_height: f32word_index: usizeline_index: usizepos_from_l: Option<f32>pos_from_r: Option<f32>pos_from_t: Option<f32>pos_from_b: Option<f32>

Trait Implementations

impl Clone for ImtGlyphInfo[src]

impl Debug for ImtGlyphInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Content for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.