oxipdf-ir 0.1.0

Intermediate representation types for the oxipdf PDF engine
Documentation
1
2
3
4
5
pub mod dimension;
pub mod pt;

pub use dimension::{CalcExpr, Dimension, LengthPercentage};
pub use pt::{DEFAULT_SCREEN_DPI, EMISSION_DECIMAL_PLACES, Pt};