Struct freetype::tt_postscript::TrueTypePostscriptTable[][src]

pub struct TrueTypePostscriptTable { /* fields omitted */ }

Implementations

impl TrueTypePostscriptTable[src]

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

pub fn format_type(&self) -> FT_Fixed[src]

pub fn italic_angle(&self) -> FT_Fixed[src]

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

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

pub fn is_fixed_pitch(&self) -> FT_ULong[src]

pub fn min_mem_type_42(&self) -> FT_ULong[src]

pub fn max_mem_type_42(&self) -> FT_ULong[src]

pub fn min_mem_type_1(&self) -> FT_ULong[src]

pub fn max_mem_type_1(&self) -> FT_ULong[src]

Trait Implementations

impl Clone for TrueTypePostscriptTable[src]

impl Copy for TrueTypePostscriptTable[src]

Auto Trait Implementations

impl RefUnwindSafe for TrueTypePostscriptTable

impl !Send for TrueTypePostscriptTable

impl !Sync for TrueTypePostscriptTable

impl Unpin for TrueTypePostscriptTable

impl UnwindSafe for TrueTypePostscriptTable

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.