Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
pip._vendor.pygments.formatters.img.BmpImageFormatter Class Reference
Inheritance diagram for pip._vendor.pygments.formatters.img.BmpImageFormatter:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pygments.formatters.img.BmpImageFormatter:
Collaboration graph
[legend]

Static Public Attributes

str name = 'img_bmp'
 
list aliases = ['bmp', 'bitmap']
 
list filenames = ['*.bmp']
 
str default_image_format = 'bmp'
 
- Static Public Attributes inherited from pip._vendor.pygments.formatters.img.ImageFormatter
str name = 'img'
 
list aliases = ['img', 'IMG', 'png']
 
list filenames = ['*.png']
 
bool unicodeoutput = False
 
str default_image_format = 'png'
 
- Static Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 name = None
 
list aliases = []
 
list filenames = []
 
bool unicodeoutput = True
 

Additional Inherited Members

- Public Member Functions inherited from pip._vendor.pygments.formatters.img.ImageFormatter
 __init__ (self, **options)
 
 get_style_defs (self, arg='')
 
 format (self, tokensource, outfile)
 
- Public Attributes inherited from pip._vendor.pygments.formatters.img.ImageFormatter
 encoding
 
 styles
 
 background_color
 
 image_format
 
 default_image_format
 
 image_pad
 
 line_pad
 
 fonts
 
 fontw
 
 fonth
 
 line_number_fg
 
 line_number_bg
 
 line_number_chars
 
 line_number_bold
 
 line_number_italic
 
 line_number_pad
 
 line_numbers
 
 line_number_separator
 
 line_number_step
 
 line_number_start
 
 line_number_width
 
 hl_lines
 
 hl_color
 
 drawables
 
 maxlinelength
 
 maxcharno
 
 maxlineno
 
- Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 style
 
 full
 
 title
 
 encoding
 
 options
 
- Protected Member Functions inherited from pip._vendor.pygments.formatters.img.ImageFormatter
 _get_line_height (self)
 
 _get_line_y (self, lineno)
 
 _get_char_width (self)
 
 _get_char_x (self, linelength)
 
 _get_text_pos (self, linelength, lineno)
 
 _get_linenumber_pos (self, lineno)
 
 _get_text_color (self, style)
 
 _get_text_bg_color (self, style)
 
 _get_style_font (self, style)
 
 _get_image_size (self, maxlinelength, maxlineno)
 
 _draw_linenumber (self, posno, lineno)
 
 _draw_text (self, pos, text, font, text_fg, text_bg)
 
 _create_drawables (self, tokensource)
 
 _draw_line_numbers (self)
 
 _paint_line_number_bg (self, im)
 

Detailed Description

Create a bitmap image from source code. This uses the Python Imaging Library to
generate a pixmap from the source code.

.. versionadded:: 1.0

The documentation for this class was generated from the following file: