Crate prescript

Source

Modules§

ascii85
Copied from https://github.com/JoNil/ascii85, because the original crate returns error Box<dyn Error> We require a error that implements Sync and Send.
cmap
Cmap to map CharCode to CID, used in Type0/CID font

Structs§

AnyWhatever
Like snafu::Whatever, but implement [Send + Sync]
Encoding
Encoding for Type1 and other font types except Type0, which allows char code larger than u8. map char code (u8) to glyph name
Font
PdfFunc

Enums§

ParserError

Constants§

NOTDEF
Symbol for .notdef glyph

Functions§

name
Create Name from &str
sname

Type Aliases§

Name
PostScript Name Value
Result