Module ttfp

Source
Expand description

ttf-parser crate specific code. ttf-parser types should not be leaked publicly.

Modulesยง

outliner ๐Ÿ”’
variable ๐Ÿ”’

Macrosยง

impl_font ๐Ÿ”’
Implement Font for Self(AsFontRef) types.

Structsยง

FontRef
Font data handle stored as a &[u8] + parsed data. See Font for more methods.
FontVec
Font data handle stored in a Vec<u8> + parsed data. See Font for more methods.