

#include <twl/na.h>
BOOL NA_LoadSharedFontTable( void *pBuffer );
| pBuffer | Work buffer that the function uses internally. |
Returns TRUE if processing completed successfully.
The following are possible reasons for the function to fail.
NA_InitSharedFont function has not been called.
NULL pointer is specified for pBuffer.
Loads the management information required to load internal fonts. You must call the NA_InitSharedFont function before this one.
The buffer size passed to pBuffer must be the value obtained with the NA_GetSharedFontTableSize function.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/10/29 Because of change to specification, deleted mention that the function can only be called once.
2008/09/16 Initial version.
CONFIDENTIAL