Formatter for Pixmap output.
Unknown Field: copyright | |
Copyright 2006-2021 by the Pygments team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Constant | DEFAULT_FONT_NAME_MAC |
Undocumented |
Constant | DEFAULT_FONT_NAME_NIX |
Undocumented |
Constant | DEFAULT_FONT_NAME_WIN |
Undocumented |
Constant | STYLES |
Undocumented |
Variable | pil_available |
Undocumented |
Class | BmpImageFormatter |
Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code. |
Class | FontManager |
Manages a set of fonts: normal, italic, bold, etc... |
Class | FontNotFound |
When there are no usable fonts specified |
Class | GifImageFormatter |
Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code. |
Class | ImageFormatter |
Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code. |
Class | JpgImageFormatter |
Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code. |
Class | PilNotAvailable |
When Python imaging library is not available |
Variable | _winreg |
Undocumented |