>>> from sys import stdout
>>> from retrofont.charset import read_rom, print_glyph
>>> with open('data/mz700fon.int', 'rb') as handle:
...     charset = read_rom(handle)
...
>>> print_glyph(stdout, charset[0][1])
 ####
#    #
#    #
######
#    #
#    #
#    #