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

Support CFF fonts in PDF export #102

Closed jonmmease closed 10 months ago

jonmmease commented 10 months ago

When adapting the font embedding logic from typst for PDF text embedding, I removed the CFF font handling has I wasn't sure how to test it at the time.

We should add CFF support back, and in particular take note of this fix: https://github.com/typst/typst/commit/dad7c88576224f636f9292fd60f0f65dd4b3a043

jonmmease commented 10 months ago

Also see https://github.com/typst/pdf-writer/issues/17#issuecomment-1717823906