summaryrefslogtreecommitdiff
path: root/src/sim/cd_truetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/cd_truetype.h')
-rw-r--r--src/sim/cd_truetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/cd_truetype.h b/src/sim/cd_truetype.h
index 5675998..f29fb82 100644
--- a/src/sim/cd_truetype.h
+++ b/src/sim/cd_truetype.h
@@ -24,7 +24,7 @@ typedef struct _cdTT_Text
FT_Library library;
FT_Face face;
- unsigned char* rgba_data;
+ unsigned char* rgba_data; /* the image where one character is drawn with the foreground color during text output */
int rgba_data_size;
int max_height;