#include <nnsys/g2d/g2d_TextCanvas.h>
const NNSG2dFont* NNS_G2dTextCanvasGetFont(
const NNSG2dTextCanvas* pTxn
);
pTxn | [IN] Pointer to TextCanvas |
The pointer to the font being used by TextCanvas for text-character drawing
Gets the pointer to the font being used by TextCanvas for text-character drawing.
2005/05/25 Initial version.
CONFIDENTIAL