SetFont Function
From Microchip Graphics Library
C
void SetFont( void * pFont );
Overview
Input Parameters
|
Input Parameters |
Description |
|
void * pFont |
Pointer to the new font image to be used. |
Returns
none
Side Effects
none
Example
See OutTextXY() example.