🌐 AI搜索 & 代理 主页
Skip to content
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