polyfont-core 0.8.0

Core types and traits for polyfont multi-font rendering
Documentation
1
2
3
4
5
6
7
8
9
pub mod engine;
pub mod error;
pub mod font;
pub mod token;

pub use engine::{PolyfontEngine, ScopeMatchEngine};
pub use error::PolyfontError;
pub use font::{FontAssignment, FontRule, FontSpec, FontStyle, FontWeight};
pub use token::{Position, Range, TokenCollection, TokenInfo};