Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove ttconv and implement Type-42 embedding using fontTools #20866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/api/next_api_changes/removals/20866-JKS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ttconv removed
~~~~~~~~~~~~~~

The ``matplotlib._ttconv`` extension has been removed. Most of its
functionaliy was already replaced by other code, and the only thing left
was embedding TTF fonts in PostScript in Type 42 format. This is now
done in the PS backend using the FontTools library.
1 change: 0 additions & 1 deletion extern/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Bundled code.
subdir('agg24-svn')
subdir('ttconv')

# External code.

Expand Down
14 changes: 0 additions & 14 deletions extern/ttconv/meson.build

This file was deleted.

102 changes: 0 additions & 102 deletions extern/ttconv/pprdrv.h

This file was deleted.

Loading
Loading