EmbedAllFontsHtmlController constructor

init(self)

Creates new instance

def __init__(self):
    ...

init(self, font_name_exclude_list)

Creates new instance

def __init__(self, font_name_exclude_list):
    ...
ParameterTypeDescription
font_name_exclude_listList[str]Fonts to be excluded from embedding

See Also