Skip to main content

Crate folio_core

Crate folio_core 

Source
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.
QuadPoint
A quadrilateral defined by four points. Used for text highlights and other non-rectangular regions.
Rect
A rectangle defined by two corner points.

Enums§

FolioError
The primary error type for all Folio operations.

Type Aliases§

Result
Convenience Result type for Folio operations.