Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Variables
pygments.formatters.img Namespace Reference

Classes

class  BmpImageFormatter
 
class  FontManager
 
class  FontNotFound
 
class  GifImageFormatter
 
class  ImageFormatter
 
class  JpgImageFormatter
 
class  PilNotAvailable
 

Variables

bool pil_available = True
 
 _winreg = None
 
dict STYLES
 
str DEFAULT_FONT_NAME_NIX = 'DejaVu Sans Mono'
 
str DEFAULT_FONT_NAME_WIN = 'Courier New'
 
str DEFAULT_FONT_NAME_MAC = 'Menlo'
 

Detailed Description

    pygments.formatters.img
    ~~~~~~~~~~~~~~~~~~~~~~~

    Formatter for Pixmap output.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.

Variable Documentation

◆ STYLES

dict pygments.formatters.img.STYLES
Initial value:
1= {
2 'NORMAL': ['', 'Roman', 'Book', 'Normal', 'Regular', 'Medium'],
3 'ITALIC': ['Oblique', 'Italic'],
4 'BOLD': ['Bold'],
5 'BOLDITALIC': ['Bold Oblique', 'Bold Italic'],
6}