NA_GetSharedFontTableSize

Syntax

#include <twl/na.h>
int NA_GetSharedFontTableSize( void );

Arguments

None.

Return Values

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.

Description

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.

See Also

Revision History

2008/11/06 Added mention that the returned value is fixed for each separate region.
2008/09/16 Initial version.


CONFIDENTIAL