#include <nitro/card.h>
static inline const CARDRomRegion* CARD_GetRomRegionFNT(void);
Obtains FNT information that is stored in NitroROM formatted program ROM.
You cannot change the value pointed to by the pointer indicated by this return value.
None.
Returns a pointer to the region information for the FNT that is contained in ROM.
CARDRomRegion, CARD_GetRomRegionFAT
07/09/2004 Initial Version