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.
|
Returns
none
Preconditions
none
Example
See GetFontOrientation() example.