Expand description
Output types for the layout engine: positioned page frames, glyph runs, etc.
Structs§
- Color
- An RGBA color with components in [0.0, 1.0].
- Diagnostic
- A rendering approximation or fallback message.
- Document
Metadata - Document metadata to pass through to PDF output.
- Font
Data - Font data for embedding in PDF output.
- FontId
- Opaque font identifier assigned by FontManager.
- Glyph
Run - A positioned run of shaped glyphs.
- Group
Element - A group of positioned children in one local coordinate system.
- Layout
Result - The complete result of laying out a document.
- MediaId
- Stable content-addressed media key for renderer-local reuse.
- Outline
Entry - An outline/bookmark entry for PDF generation.
- Page
Frame - A single page of laid-out content.
- Path
Element - One path with optional fill and stroke paints.
- Point
- A point in 2D space (in typographic points from the top-left corner).
- Rect
- An axis-aligned rectangle.
Enums§
- Effect
- An effect applied to a group.
- Field
Kind - Kind of field for post-pagination substitution.
- Positioned
Element - A positioned element on a page.
Functions§
- walk
- Visit every non-group element in depth-first document order.