Struct freetype_sys::TT_OS2 [−][src]
Fields
version: FT_UShort
xAvgCharWidth: FT_Short
usWeightClass: FT_UShort
usWidthClass: FT_UShort
fsType: FT_UShort
ySubscriptXSize: FT_Short
ySubscriptYSize: FT_Short
ySubscriptXOffset: FT_Short
ySubscriptYOffset: FT_Short
ySuperscriptXSize: FT_Short
ySuperscriptYSize: FT_Short
ySuperscriptXOffset: FT_Short
ySuperscriptYOffset: FT_Short
yStrikeoutSize: FT_Short
yStrikeoutPosition: FT_Short
sFamilyClass: FT_Short
panose: [FT_Byte; 10]
ulUnicodeRange1: FT_ULong
ulUnicodeRange2: FT_ULong
ulUnicodeRange3: FT_ULong
ulUnicodeRange4: FT_ULong
achVendID: [FT_Char; 4]
fsSelection: FT_UShort
usFirstCharIndex: FT_UShort
usLastCharIndex: FT_UShort
sTypoAscender: FT_Short
sTypoDescender: FT_Short
sTypoLineGap: FT_Short
usWinAscent: FT_UShort
usWinDescent: FT_UShort
ulCodePageRange1: FT_ULong
ulCodePageRange2: FT_ULong
sxHeight: FT_Short
sCapHeight: FT_Short
usDefaultChar: FT_UShort
usBreakChar: FT_UShort
usMaxContext: FT_UShort
Trait Implementations
impl Clone for TT_OS2
[src]
impl Copy for TT_OS2
[src]
impl Debug for TT_OS2
[src]
impl Eq for TT_OS2
[src]
impl Hash for TT_OS2
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<TT_OS2> for TT_OS2
[src]
impl StructuralEq for TT_OS2
[src]
impl StructuralPartialEq for TT_OS2
[src]
Auto Trait Implementations
impl RefUnwindSafe for TT_OS2
impl Send for TT_OS2
impl Sync for TT_OS2
impl Unpin for TT_OS2
impl UnwindSafe for TT_OS2
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>,