SetFont Function

Microchip Graphics Library

Microchip Graphics Library
SetFont Function
C
void SetFont(
    void * pFont
);
Overview

This function sets the current font used in OutTextXY(), OutText() and OutChar() functions.

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.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved