Expand description
Core primitive types for the Folio PDF library.
Structs§
- ColorPt
- A color value with up to 4 components.
- Matrix2D
- A 2D affine transformation matrix.
- PdfDate
- A parsed PDF date.
- Point
- A 2D point.
- Quad
Point - A quadrilateral defined by four points. Used for text highlights and other non-rectangular regions.
- Rect
- A rectangle defined by two corner points.
Enums§
- Folio
Error - The primary error type for all Folio operations.
Type Aliases§
- Result
- Convenience Result type for Folio operations.