struct FontDict {
private_dict_range: Range<usize>,
font_matrix: Option<([Fixed; 6], i32)>,
}Expand description
Entries that we parse from a Font DICT.
Fields§
§private_dict_range: Range<usize>§font_matrix: Option<([Fixed; 6], i32)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontDict
impl RefUnwindSafe for FontDict
impl Send for FontDict
impl Sync for FontDict
impl Unpin for FontDict
impl UnwindSafe for FontDict
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