4.2 Font Data
Three functions are available to determine the starting address of each font in the drive's internal ROM.
| LeoGetKAdr( ) | Obtains the storage location of the kanji font. |
| LeoGetAAdr( ) | Obtains the storage location of the alphabetic font. |
| LeoGetAAdr2( ) | Obtains the storage location of the alphabetic font. |
For specific information on using these functions, please see "Chapter 7, Library Functions," or section "9.1, Font Data." The basic flow of font use is as follows.
| Using the previously mentioned functions, obtain information such as the storage address of the font. |
| << | Using the EPI functions, transfer the font data from that address to RDRAM. |
| << | Use the transferred data as a texture. |
For information on the types of fonts stored, see "APPENDIX B, Drive Internal Font Data."