Struct freetype_sys::TT_Postscript
source · #[repr(C)]pub struct TT_Postscript {
pub formatType: FT_Fixed,
pub italicAngle: FT_Fixed,
pub underlinePosition: FT_Short,
pub underlineThickness: FT_Short,
pub isFixedPitch: FT_ULong,
pub minMemType42: FT_ULong,
pub maxMemType42: FT_ULong,
pub minMemType1: FT_ULong,
pub maxMemType1: FT_ULong,
}
Fields§
§formatType: FT_Fixed
§italicAngle: FT_Fixed
§underlinePosition: FT_Short
§underlineThickness: FT_Short
§isFixedPitch: FT_ULong
§minMemType42: FT_ULong
§maxMemType42: FT_ULong
§minMemType1: FT_ULong
§maxMemType1: FT_ULong
Trait Implementations§
source§impl Clone for TT_Postscript
impl Clone for TT_Postscript
source§fn clone(&self) -> TT_Postscript
fn clone(&self) -> TT_Postscript
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TT_Postscript
impl Debug for TT_Postscript
source§impl Hash for TT_Postscript
impl Hash for TT_Postscript
source§impl PartialEq<TT_Postscript> for TT_Postscript
impl PartialEq<TT_Postscript> for TT_Postscript
source§fn eq(&self, other: &TT_Postscript) -> bool
fn eq(&self, other: &TT_Postscript) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.