pub struct GidMap { /* private fields */ }Expand description
How the glyphs of a font were renumbered by subsetting.
Old glyph ID to new. Everything PDF-side that named a glyph — /W,
/ToUnicode, and the char codes of an Identity-H content stream — has to
be looked up through this.
Implementations§
Trait Implementations§
impl Eq for GidMap
impl StructuralPartialEq for GidMap
Auto Trait Implementations§
impl Freeze for GidMap
impl RefUnwindSafe for GidMap
impl Send for GidMap
impl Sync for GidMap
impl Unpin for GidMap
impl UnsafeUnpin for GidMap
impl UnwindSafe for GidMap
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