mplusfonts-macros 0.3.4

Procedural macros re-exported in the mplusfonts crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod color;
mod dict;
mod font;
mod glyph;
mod image;
mod units;

pub mod from_outline;
pub mod from_svgpath;

pub use dict::{CharDictionary, CharDictionaryKey};
pub use font::BitmapFont;
pub use glyph::{Glyph, GlyphList};
pub use image::{Image, ImageList};