Struct freetype::tt_os2::TrueTypeOS2Table
[−]
[src]
pub struct TrueTypeOS2Table { // some fields omitted }
Methods
impl TrueTypeOS2Table
[src]
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
impl Clone for TrueTypeOS2Table
[src]
fn clone(&self) -> TrueTypeOS2Table
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more