Struct freetype::tt_os2::TrueTypeOS2Table[][src]

pub struct TrueTypeOS2Table { /* fields omitted */ }

Implementations

impl TrueTypeOS2Table[src]

pub fn from_face(face: &mut Face) -> Option<Self>[src]

pub fn version(&self) -> FT_UShort[src]

pub fn avg_char_width(&self) -> FT_Short[src]

pub fn us_weight_class(&self) -> FT_UShort[src]

pub fn us_width_class(&self) -> FT_UShort[src]

pub fn fs_type(&self) -> FT_UShort[src]

pub fn y_subscript_x_size(&self) -> FT_Short[src]

pub fn y_subscript_y_size(&self) -> FT_Short[src]

pub fn y_subscript_x_offset(&self) -> FT_Short[src]

pub fn y_subscript_y_offset(&self) -> FT_Short[src]

pub fn y_superscript_x_size(&self) -> FT_Short[src]

pub fn y_superscript_y_size(&self) -> FT_Short[src]

pub fn y_superscript_x_offset(&self) -> FT_Short[src]

pub fn y_superscript_y_offset(&self) -> FT_Short[src]

pub fn y_strikeout_size(&self) -> FT_Short[src]

pub fn y_strikeout_position(&self) -> FT_Short[src]

pub fn s_family_class(&self) -> FT_Short[src]

pub fn fs_selection(&self) -> FT_UShort[src]

pub fn s_typo_ascender(&self) -> FT_Short[src]

pub fn s_typo_descender(&self) -> FT_Short[src]

pub fn s_typo_line_gap(&self) -> FT_Short[src]

pub fn x_height(&self) -> FT_Short[src]

Trait Implementations

impl Clone for TrueTypeOS2Table[src]

impl Copy for TrueTypeOS2Table[src]

Auto Trait Implementations

impl RefUnwindSafe for TrueTypeOS2Table

impl !Send for TrueTypeOS2Table

impl !Sync for TrueTypeOS2Table

impl Unpin for TrueTypeOS2Table

impl UnwindSafe for TrueTypeOS2Table

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> 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.