aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.h
diff options
context:
space:
mode:
authorDenis Kasak2009-06-14 13:32:21 +0000
committerDenis Kasak2009-06-14 13:32:21 +0000
commit92dd6d5474e4474e51434c3e024bf897cc7d4673 (patch)
treebbe612a5096cd55c5bdacf8cc136d3da1e927fb1 /engines/draci/font.h
parentd6ddbf7062ecd1cf06ea28d194ff3becf60a2c18 (diff)
downloadscummvm-rg350-92dd6d5474e4474e51434c3e024bf897cc7d4673.tar.gz
scummvm-rg350-92dd6d5474e4474e51434c3e024bf897cc7d4673.tar.bz2
scummvm-rg350-92dd6d5474e4474e51434c3e024bf897cc7d4673.zip
Reworded DraciFont docs (with regards to mentioning ASCII).
svn-id: r41511
Diffstat (limited to 'engines/draci/font.h')
-rw-r--r--engines/draci/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/draci/font.h b/engines/draci/font.h
index b8c00af391..e222cd5e11 100644
--- a/engines/draci/font.h
+++ b/engines/draci/font.h
@@ -58,7 +58,9 @@ private:
/** Number of glyphs in the font */
static const unsigned int kCharNum = 138;
- /** Chars are indexed from the ASCII space (decimal value 32) */
+ /** Chars are indexed from the space character so this should be subtracted
+ * to get the index of a glyph
+ */
static const unsigned int kCharIndexOffset = 32;
/** Internal function for freeing fonts when destructing/loading another */