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

Public Member Functions

 __init__ (self, **options)
 
 format_unencoded (self, tokensource, outfile)
 
- Public Member Functions inherited from pip._vendor.pygments.formatter.Formatter
 get_style_defs (self, arg='')
 
 format (self, tokensource, outfile)
 

Public Attributes

 styles
 
- Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 style
 
 full
 
 title
 
 encoding
 
 options
 

Static Public Attributes

str name = 'Pango Markup'
 
list aliases = ['pango', 'pangomarkup']
 
list filenames = []
 
- Static Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 name = None
 
list aliases = []
 
list filenames = []
 
bool unicodeoutput = True
 

Detailed Description

Format tokens as Pango Markup code. It can then be rendered to an SVG.

.. versionadded:: 2.9

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.pygments.formatters.pangomarkup.PangoMarkupFormatter.__init__ (   self,
**  options 
)
As with lexers, this constructor takes arbitrary optional arguments,
and if you override it, you should first process your own options, then
call the base class implementation.

Reimplemented from pip._vendor.pygments.formatter.Formatter.


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