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 more