EE445M RTOS
Taken at the University of Texas Spring 2015
Font faces and transformations.

Provide usable fonts. More...

Variables

static const unsigned char font_valvano [129][5]
 Font definition: Professor Valvano style. More...
 

Detailed Description

Provide usable fonts.

Provide usable fonts.

Provide pixel by pixel representations of characters for use as a font type. Functions for transforming (scaling, bolding, etc) fonts are included.

Author
Eric Crosson
Version
0.1
Date
2015
Precondition
None
Bug:
No font transformation functions are included yet.

Variable Documentation

const unsigned char font_valvano
static

Font definition: Professor Valvano style.

Note
All unenglishifyable chars are represented by a space.

Definition at line 13 of file font.h.

Referenced by _fb_draw_char().