pub struct Type3Font {
pub font_matrix: Affine,
pub resources: Option<Dict>,
/* private fields */
}Expand description
A font whose glyphs are content streams.
Fields§
§font_matrix: Affine/FontMatrix, mapping glyph space to text space.
resources: Option<Dict>/Resources for the glyph procedures, which fall back to the page’s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Type3Font
impl RefUnwindSafe for Type3Font
impl Send for Type3Font
impl Sync for Type3Font
impl Unpin for Type3Font
impl UnsafeUnpin for Type3Font
impl UnwindSafe for Type3Font
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