Struct freetype::tt_os2::TrueTypeOS2Table
[−]
[src]
pub struct TrueTypeOS2Table {
// some fields omitted
}pub struct TrueTypeOS2Table {
// some fields omitted
}impl TrueTypeOS2Tablefn from_face(face: &mut Face) -> Option<Self>fn version(&self) -> FT_UShortfn avg_char_width(&self) -> FT_Shortfn us_weight_class(&self) -> FT_UShortfn us_width_class(&self) -> FT_UShortfn fs_type(&self) -> FT_Shortfn y_subscript_x_size(&self) -> FT_Shortfn y_subscript_y_size(&self) -> FT_Shortfn y_subscript_x_offset(&self) -> FT_Shortfn y_subscript_y_offset(&self) -> FT_Shortfn y_superscript_x_size(&self) -> FT_Shortfn y_superscript_y_size(&self) -> FT_Shortfn y_superscript_x_offset(&self) -> FT_Shortfn y_superscript_y_offset(&self) -> FT_Shortfn y_strikeout_size(&self) -> FT_Shortfn y_strikeout_position(&self) -> FT_Shortfn s_family_class(&self) -> FT_Shortfn x_height(&self) -> FT_Shortimpl Clone for TrueTypeOS2Tablefn clone(&self) -> TrueTypeOS2Tablefn clone_from(&mut self, source: &Self)impl Copy for TrueTypeOS2Table