Manimpango Reference

manimpango.TextSetting(start, end, font, ...)

Formatting for slices of a manim.mobject.svg.text_mobject.Text object.

manimpango.PangoUtils()

manimpango.text2svg(settings, size, ...[, ...])

Render an SVG file from a manim.mobject.svg.text_mobject.Text object.

manimpango.MarkupUtils()

manimpango.register_font(font_path)

This function registers the font file using native OS API to make the font available for use by Pango.

manimpango.unregister_font(font_path)

This function unregister (removes) the font file using native OS API.

manimpango.fc_register_font(font_path)

This function registers the font file using fontconfig so that it is available for use by Pango.

manimpango.fc_unregister_font(font_path)

This function unregister (removes) the font file using fontconfig.

manimpango.list_fonts()

Lists the fonts available to Pango.

Enums

manimpango.Style(value[, names, module, ...])

An enumeration specifying the various slant styles possible for a font.

manimpango.Weight(value[, names, module, ...])

An enumeration specifying the weight (boldness) of a font.

manimpango.Variant(value[, names, module, ...])

An enumeration specifying capitalization variant of the font.