We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a48184 commit 15e61f8Copy full SHA for 15e61f8
CHANGES
@@ -52,6 +52,7 @@ Version 2.16.0
52
- Add Eclipse-Light style (#2440)
53
- Improve contrast in Monokai style (#2448)
54
- Add documentation how to create terminal code highlighting commands (#2131, #2425)
55
+- Add support for loading TrueType fonts to the ``ImageFormatter`` (#1960)
56
57
Version 2.15.1
58
--------------
pygments/formatters/img.py
@@ -268,6 +268,7 @@ def get_style(self, style):
268
269
return font
270
271
+
272
class ImageFormatter(Formatter):
273
"""
274
Create a PNG image from source code. This uses the Python Imaging Library to
0 commit comments