3.1.3.13. VirtualFont

class PyDvi.Font.VirtualFont.VirtualFont(font_manager, font_id, name)[source]

Bases: PyDvi.Font.Font.Font

This class implements the virtual font type in the font manager.

_set_preambule_data(vf_id, comment, design_font_size, checksum)[source]

Set the preambule data from the Virtual Font Parser.

extension = 'vf'
font_type = 1
font_type_string = 'TeX Virtual Font'
load_dvi_fonts()
print_summary()[source]
register_character(character)[source]
register_font(font)[source]

Register a DviFont instance.

update_font_id_map()

Previous topic

3.1.3.12. VirtualCharacter

Next topic

3.1.3.14. VirtualFontParser

This Page