oxidize-pdf 2.5.0

A pure Rust PDF generation and manipulation library with zero external dependencies
Documentation
1
2
3
4
5
6
7
8
//! ISO Section 9: Text
//!
//! Tests for text operators, fonts, and character encoding
//! as defined in ISO 32000-1:2008 Section 9.

pub mod test_fonts;
pub mod test_text_operators;
pub mod test_text_operators_advanced;