ironpress 1.4.4

Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, LaTeX math, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

mod background;
mod geometry;
mod strokes;

pub(super) use background::CollapsedCellBackgroundBoundary;
pub(super) use geometry::{CollapsedRowBorderGeometry, paint_resolved_collapsed_row_borders};
pub(super) use strokes::{paint_3d_border_line, paint_table_cell_border_line};