polyfont-core 0.10.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::{AxisValue, FontAssignment, FontRule, FontSpec, FontStyle, FontWeight, NamedAxis};
pub use token::{Position, Range, TokenCollection, TokenInfo};