Struct freetype::tt_os2::TrueTypeOS2Table [−][src]
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]
fn clone(&self) -> TrueTypeOS2Table
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,