Skip to main content

run_build

Function run_build 

Source
pub(crate) fn run_build(entry: &Path, open: PdfOpen<'_>) -> ExitCode
Expand description

mos build: read source, parse, lower, lay out, and emit a PDF to build/<entry-stem>.pdf. MVP 0 produces a fixed-A4 document using the standard PDF base fonts (no embedding). Layout warnings (e.g. non-ASCII substitutions) print but don’t fail the build.