

#include <twl/na.h>
int NA_GetSharedFontTableSize( void );
None.
Returns the buffer size if processing completed successfully.
Returns a negative value if the function failed.
The following are possible reasons for the function to fail.
NA_InitSharedFont function has not been called.
Gets the buffer size for loading the management information required to load internal fonts. The buffer size available now is guaranteed not to be changed in the future in that same region.
You must call the NA_InitSharedFont function before this one.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/11/06 Added mention that the returned value is fixed for each separate region.
2008/09/16 Initial version.
CONFIDENTIAL