How to get Font from EEPROM

taipscode:
I only want how to use this syntax
data = (byte) pgm_read_byte (&myfont[disp[line]

][y])[/color]

not const prog_uint8_t PROGMEM BitMap[8] = {

[/quote]

pgm_read_byte() is a function in the Arduino library.