oxidize-pdf 2.6.0

A pure Rust PDF generation and manipulation library with zero external dependencies
Documentation
1
2
3
4
5
6
7
8
9
//! CFF (Compact Font Format) module.
//!
//! This module provides CFF parsing primitives extracted from the monolithic
//! `cff_subsetter` module, intended to be shared across CFF-related components.

pub mod charstring;
pub mod dict;
pub mod index;
pub mod types;