summaryrefslogtreecommitdiff
path: root/src/sim/cd_truetype.h
diff options
context:
space:
mode:
authorscuri <scuri>2009-06-13 20:40:10 +0000
committerscuri <scuri>2009-06-13 20:40:10 +0000
commita7d154259160d72a5d6430305def60ee271f1f08 (patch)
tree8653d394c9aa21c9891a252646e88657529e04c1 /src/sim/cd_truetype.h
parenta49c3d001aa2a572c9ed53a90566461bbd151b2a (diff)
*** empty log message ***
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;