pub struct PostTable {
pub format: f32,
pub italic_angle: f32,
pub underline_position: i16,
pub underline_thickness: i16,
pub is_fixed_pitch: u32,
pub min_mem_type42: u32,
pub max_mem_type42: u32,
pub min_mem_type1: u32,
pub max_mem_type1: u32,
}Expand description
POST table - PostScript information
Fields§
§format: f32§italic_angle: f32§underline_position: i16§underline_thickness: i16§is_fixed_pitch: u32§min_mem_type42: u32§max_mem_type42: u32§min_mem_type1: u32§max_mem_type1: u32Implementations§
Source§impl PostTable
impl PostTable
pub const VERSION_1_0: f32 = 1.0
pub const VERSION_2_0: f32 = 2.0
pub const VERSION_3_0: f32 = 3.0
pub const VERSION_4_0: f32 = 4.0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostTable
impl RefUnwindSafe for PostTable
impl Send for PostTable
impl Sync for PostTable
impl Unpin for PostTable
impl UnwindSafe for PostTable
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