#[cfg(feature ="fdx")]pubmodfdx;pubmodfountain;#[cfg(feature ="html")]pubmodhtml;#[cfg(feature ="pdf")]pubmodpdf;#[cfg(any(feature ="fdx", feature ="html"))]pub(crate)modshared;pubmodtext;/// PDF body glyphs advance on this grid, regardless of the font's natural width.
#[cfg(any(feature ="html", feature ="pdf"))]pub(crate)constBODY_TEXT_CELL_WIDTH:f32=7.0;