Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9c87f1

Browse files
jkseppanQuLogic
andcommitted
Type-1 subsetting
This reduces pdf file sizes when usetex is active, at the cost ofsome complexity in the code. We implement a charstring bytecodeinterpreter to keep track of subroutine calls in font programs.Give dviread.DviFont a fake filename attribute and a get_fontmapmethod for character tracking.In backend_pdf.py, refactor _get_subsetted_psname so it calls a method_get_subset_prefix, and reuse that to create tags for Type-1 fonts.Mark the methods static since they don't use anything from the instance.Recommend merging to main to give people time to test this, not toa 3.10 point release.Closes#127.Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent6db18d5 commitb9c87f1

File tree

10 files changed

+533
-43
lines changed

10 files changed

+533
-43
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Type 1 fonts are now subsetted in PDF output
2+
--------------------------------------------
3+
4+
When using the usetex feature with the PDF backend, Type 1 fonts are embedded
5+
in the PDF output. These fonts used to be embedded in full, but they are now
6+
subsetted to only include the glyphs that are actually used in the figure.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp