[style] Trailing white space fixes.
This commit is contained in:
@@ -22,14 +22,12 @@
|
|||||||
|
|
||||||
/* Ascii 7 x 12 font
|
/* Ascii 7 x 12 font
|
||||||
*
|
*
|
||||||
* This is a pretty generic 7 x 12 ASCII font that includes
|
* This is a pretty generic 7 x 12 ASCII font that includes lower case
|
||||||
* lower case descenders (indicated by (data & 0x80) != 0
|
* descenders (indicated by (data & 0x80) != 0 on the first data byte of the
|
||||||
* on the first data byte of the character. Each row
|
* character. Each row represents 9 "lines" of the font, the bits in the byte
|
||||||
* represents 9 "lines" of the font, the bits in the byte
|
* represent columns. When a glyph descends below the base line it is rendered
|
||||||
* represent columns. When a glyph descends below the base
|
* 3 pixels lower (hence the height of 12 pixels rather than 9 even though the
|
||||||
* line it is rendered 3 pixels lower (hence the height of
|
* data is only 9 rows tall)
|
||||||
* 12 pixels rather than 9 even though the data is only 9
|
|
||||||
* rows tall)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FONT_CHAR_WIDTH 7
|
#define FONT_CHAR_WIDTH 7
|
||||||
|
|||||||
Reference in New Issue
Block a user