class documentation

class PangoMarkupFormatter(Formatter):

View In Hierarchy

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

New in version 2.9.
Method __init__ Undocumented
Method format​_unencoded Undocumented
Class Variable aliases Undocumented
Class Variable filenames Undocumented
Class Variable name Undocumented
Instance Variable styles Undocumented

Inherited from Formatter:

Method format Format tokensource, an iterable of (tokentype, tokenstring) tuples and write it into outfile.
Method get​_style​_defs Return the style definitions for the current style as a string.
Class Variable unicodeoutput Undocumented
Instance Variable encoding Undocumented
Instance Variable full Undocumented
Instance Variable options Undocumented
Instance Variable style Undocumented
Instance Variable title Undocumented
def __init__(self, **options):

Undocumented

def format_unencoded(self, tokensource, outfile):

Undocumented

aliases: list[str] =

Undocumented

filenames: list =
name: str =

Undocumented

styles: dict =

Undocumented