SetFontOrientation Macro

Microchip Graphics Library

Microchip Graphics Library
SetFontOrientation Macro
C
#define SetFontOrientation(orient) _fontOrientation = orient;
Overview

Sets font orientation vertical or horizontal.

Input Parameters
Input Parameters 
Description 
orient 
sets font orientation when rendering characters and strings.
  • 1 when font orientation is vertical
  • 0 when font orientation is horizontal
 
Returns

none

Preconditions

none

Example

See GetFontOrientation() example.

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