readonly static int Game.FontCount
This is useful for script modules if you need to iterate through all the fonts for some reason.
Example:
Display("The game has %d fonts.", Game.FontCount);