Skip to content

Commit 15e61f8

Browse files
committed
Update CHANGES.
1 parent 1a48184 commit 15e61f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Version 2.16.0
5252
- Add Eclipse-Light style (#2440)
5353
- Improve contrast in Monokai style (#2448)
5454
- Add documentation how to create terminal code highlighting commands (#2131, #2425)
55+
- Add support for loading TrueType fonts to the ``ImageFormatter`` (#1960)
5556

5657
Version 2.15.1
5758
--------------

pygments/formatters/img.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def get_style(self, style):
268268

269269
return font
270270

271+
271272
class ImageFormatter(Formatter):
272273
"""
273274
Create a PNG image from source code. This uses the Python Imaging Library to

0 commit comments

Comments
 (0)