

#include <twl/na.h>
int NA_GetSharedFontSize( NASharedFontIndex index );
| index | Index specifying the internal font for which the data size will be obtained. |
Returns the font's data size if processing completed successfully.
Returns a negative value if the function failed.
NA_InitSharedFont function has not been called.
NA_LoadSharedFontTable function has not been called.
Gets the data size of the internal font.
The internal font's data size is guaranteed not to be changed in the future in that same region.
You must call the NA_LoadSharedFontTable function before calling this function.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/11/06 Added mention that the font's data size is fixed for each separate region.
2008/09/16 Initial version.
CONFIDENTIAL