#include <nnsys/g2d/g2d_TextCanvas.h>
void NNS_G2dTextCanvasSetFont(
NNSG2dTextCanvas* pTxn,
const NNSG2dFont* pFont
);
pTxn | [IN] Pointer to TextCanvas |
pFont | [IN] Pointer to new setting for font |
None.
Changes the font that TextCanvas will use for text-character drawing.
2005/05/25 Initial version.
CONFIDENTIAL