aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/font.h')
-rw-r--r--graphics/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/font.h b/graphics/font.h
index 5e72e9d4b3..3911e6d32c 100644
--- a/graphics/font.h
+++ b/graphics/font.h
@@ -104,7 +104,7 @@ struct BBX {
struct FontDesc {
const char * name; /* font name*/
int maxwidth; /* max width in pixels*/
- int height; /* height in pixels*/
+ int height; /* height in pixels*/
int fbbw, fbbh, fbbx, fbby; /* max bounding box */
int ascent; /* ascent (baseline) height*/
int firstchar; /* first character in bitmap*/