pub trait AbsExt { // Required method fn to_f32(self) -> f32; }
Additional methods for typst::layout::Abs.
typst::layout::Abs
Convert to a number of points as f32.