vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Initial support for CFF fonts in PDF export #106

Closed jonmmease closed 10 months ago

jonmmease commented 10 months ago

Closes https://github.com/vega/vl-convert/issues/102

This ports the CFF font logic from typst to vl-convert-pdf. Mostly from https://github.com/typst/typst/blob/main/crates/typst/src/export/pdf/font.rs