Make an image of every glyph in a font#

Use mcfonts.MinecraftFont.get_glyphs_in_rangestring() and mcfonts.compacting.composite_glyphs().

glyphs = font.get_glyphs_in_rangestring()
image = mcfonts.compacting.composite_glyphs(glyphs)