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

pub struct TrueTypeOS2Table {
    // some fields omitted
}

Methods

impl TrueTypeOS2Table

fn from_face(face: &mut Face) -> Option<Self>

fn version(&self) -> FT_UShort

fn avg_char_width(&self) -> FT_Short

fn us_weight_class(&self) -> FT_UShort

fn us_width_class(&self) -> FT_UShort

fn fs_type(&self) -> FT_Short

fn y_subscript_x_size(&self) -> FT_Short

fn y_subscript_y_size(&self) -> FT_Short

fn y_subscript_x_offset(&self) -> FT_Short

fn y_subscript_y_offset(&self) -> FT_Short

fn y_superscript_x_size(&self) -> FT_Short

fn y_superscript_y_size(&self) -> FT_Short

fn y_superscript_x_offset(&self) -> FT_Short

fn y_superscript_y_offset(&self) -> FT_Short

fn y_strikeout_size(&self) -> FT_Short

fn y_strikeout_position(&self) -> FT_Short

fn s_family_class(&self) -> FT_Short

fn x_height(&self) -> FT_Short

Trait Implementations

Derived Implementations

impl Clone for TrueTypeOS2Table

fn clone(&self) -> TrueTypeOS2Table

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for TrueTypeOS2Table