The output format of METAFONT is the generic font (gf) format. If you have a current TeX system installed, texdoc gftopk
should give you the documentation of a converter from gf to the pk format finally used by most DVI processors, as well as pdftex (if they don't use TrueType or PostScript fonts instead). This manual contains a description of this format, too.
Instead of interpreting the GF format, you may think about interpreting the PK format instead, it is claimed to be "easier to convert into a raster representation" (and its description is in the same manual, too.)
If you don't want to do this conversion yourself, you can go one step further - there is as part of the netpbm bundle a program named pktopbm
, which allows you converting individual characters of a font to bitmaps (other programs of this bundle allow you converting from pbm to any bitmap format you may wish for).
Additionally to the actual character bitmaps you would need the font metrics - TeX uses them in the TFM
format, which is also output by metafont. Its format is described (as well as the other formats mentioned) in the document The DVI Driver Standard, Level 0, to be found on CTAN.
So, then you only need to look which fonts are math fonts, and here you go.