module documentation

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 ​Bmp​Image​Formatter Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.
Class ​Font​Manager Manages a set of fonts: normal, italic, bold, etc...
Class ​Font​Not​Found When there are no usable fonts specified
Class ​Gif​Image​Formatter Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.
Class ​Image​Formatter Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.
Class ​Jpg​Image​Formatter Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.
Class ​Pil​Not​Available When Python imaging library is not available
Variable ​_winreg Undocumented
DEFAULT_FONT_NAME_MAC: str =

Undocumented

Value
'Menlo'
DEFAULT_FONT_NAME_NIX: str =

Undocumented

Value
'DejaVu Sans Mono'
DEFAULT_FONT_NAME_WIN: str =

Undocumented

Value
'Courier New'
STYLES: dict =

Undocumented

Value
{'NORMAL': ['', 'Roman', 'Book', 'Normal', 'Regular', 'Medium'],
 'ITALIC': ['Oblique', 'Italic'],
 'BOLD': ['Bold'],
 'BOLDITALIC': ['Bold Oblique', 'Bold Italic']}
pil_available: bool =

Undocumented

_winreg =

Undocumented