Adafruit gfx library font definition format

Does anybody know where I can find the Adafruit gfx library font definition format ? Tks

Just look at the gfxfont.h header file in the Adafruit_GFX library. It shows the struct for the font.

The clue is in the filename.

David.

Very thanks...