Struct freetype::tt_postscript::TrueTypePostscriptTable
source · pub struct TrueTypePostscriptTable { /* private fields */ }Implementations§
source§impl 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§
source§impl Clone for TrueTypePostscriptTable
impl Clone for TrueTypePostscriptTable
source§fn clone(&self) -> TrueTypePostscriptTable
fn clone(&self) -> TrueTypePostscriptTable
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 moreimpl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more