stet-pdf 0.8.1

PDF writer for stet — emits PDF from a display list with native CMYK and spot colour preserved, plus subsetted font embedding
Documentation
1
2
3
4
5
6
7
8
9
// stet - A PostScript Interpreter
// Copyright (c) 2026 Scott Bowman
// SPDX-License-Identifier: Apache-2.0 OR MIT

//! Glyph name → Unicode mapping for PDF ToUnicode CMaps.
//!
//! Re-exports from stet-core's AGL module.

pub use stet_fonts::agl::glyph_name_to_unicode;