8000 Matplotlib 3.5 also improves font embedding in vector formats. · matplotlib/mplcairo@c358f35 · GitHub
[go: up one dir, main page]

Skip to content

Commit c358f35

Browse files
committed
Matplotlib 3.5 also improves font embedding in vector formats.
1 parent 2d3d84d commit c358f35

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Noteworthy points include:
3434
3535
- Improved accuracy (e.g., with marker positioning, quad meshes, and text
3636
kerning; floating point surfaces are supported with cairo≥1.17.2).
37-
- Improved font embedding in vector formats (fonts are typically subsetted and
38-
embedded in their native format).
3937
- Optional support for complex text layout (right-to-left languages, etc.) and
4038
OpenType font features (see `examples/opentype_features.py`_), and partial
4139
support for color fonts (e.g., emojis), using Raqm_. **Note** that Raqm
@@ -45,6 +43,9 @@ Noteworthy points include:
4543
- Support for multi-page output both for PDF and PS (Matplotlib only supports
4644
multi-page PDF).
4745
- Support for custom blend modes (see `examples/operators.py`_).
46+
- Improved font embedding in vector formats: fonts are typically subsetted and
47+
embedded in their native format (Matplotlib≥3.5 also provides improved font
48+
embedding).
4849

4950
.. _cairo: https://www.cairographics.org/
5051
.. _Matplotlib: http://matplotlib.org/
@@ -471,12 +472,6 @@ Matplotlib itself.
471472

472473
Color fonts (e.g. emojis) are handled.
473474

474-
Note that Matplotlib's (default) Agg backend will handle most single-face
475-
monochrome fonts equally well (ultimately, both backends relies on FreeType for
476-
rasterization). It is Matplotlib's vector backends (PS, PDF, and, for pfb
477-
fonts, SVG) that do not support these fonts, whereas mplcairo support these
478-
fonts in all output formats.
479-
480475
Multi-page output
481476
-----------------
482477

0 commit comments

Comments
 (0)
0