Struct freetype::tt_postscript::TrueTypePostscriptTable
source · [−]pub struct TrueTypePostscriptTable { /* private fields */ }
Implementations
sourceimpl TrueTypePostscriptTable
impl TrueTypePostscriptTable
pub fn from_face(face: &mut Face) -> Option<Self>
pub fn format_type(&self) -> FT_Fixed
pub fn italic_angle(&self) -> FT_Fixed
pub fn underline_position(&self) -> FT_Short
pub fn underline_thickness(&self) -> FT_Short
pub fn is_fixed_pitch(&self) -> FT_ULong
pub fn min_mem_type_42(&self) -> FT_ULong
pub fn max_mem_type_42(&self) -> FT_ULong
pub fn min_mem_type_1(&self) -> FT_ULong
pub fn max_mem_type_1(&self) -> FT_ULong
Trait Implementations
sourceimpl Clone for TrueTypePostscriptTable
impl Clone for TrueTypePostscriptTable
sourcefn clone(&self) -> TrueTypePostscriptTable
fn clone(&self) -> TrueTypePostscriptTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for TrueTypePostscriptTable
Auto Trait Implementations
impl RefUnwindSafe for TrueTypePostscriptTable
impl !Send for TrueTypePostscriptTable
impl !Sync for TrueTypePostscriptTable
impl Unpin for TrueTypePostscriptTable
impl UnwindSafe for TrueTypePostscriptTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more