

#include <twl/na.h>
BOOL NA_LoadSharedFont( NASharedFontIndex index, void *pBuffer );
| index | Index that specifies the internal font to load. |
| pBuffer | Pointer to the buffer in which the internal font will be loaded. |
Returns TRUE if processing completed successfully.
The following are possible reasons for the function to fail.
NA_InitSharedFont function has not been called.
NA_LoadSharedFontTable function has not been called.
Loads an internal font into memory. You must call the NA_LoadSharedFontTable function before this one.
The buffer size passed to pBuffer must be the value obtained from the NA_GetSharedFontSize function. You can release pBuffer when you no longer need the font.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/09/16 Initial version.
CONFIDENTIAL