aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/fontdata.h
diff options
context:
space:
mode:
authorStrangerke2016-03-14 07:04:52 +0100
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commitccadc0ab208c9de0c1b56a83c58b81e5002beb6a (patch)
treef97ac78f8726ef7051bebe33fb9821531020c53e /engines/gnap/fontdata.h
parent37f84d0bc5626f9b5a406c79ff82ba566e88f4af (diff)
downloadscummvm-rg350-ccadc0ab208c9de0c1b56a83c58b81e5002beb6a.tar.gz
scummvm-rg350-ccadc0ab208c9de0c1b56a83c58b81e5002beb6a.tar.bz2
scummvm-rg350-ccadc0ab208c9de0c1b56a83c58b81e5002beb6a.zip
GNAP: Some renaming, change some function parameters to boolean
Diffstat (limited to 'engines/gnap/fontdata.h')
-rw-r--r--engines/gnap/fontdata.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/gnap/fontdata.h b/engines/gnap/fontdata.h
index 9ad0d23ae8..bb87638255 100644
--- a/engines/gnap/fontdata.h
+++ b/engines/gnap/fontdata.h
@@ -26,8 +26,8 @@
namespace Gnap {
struct FONT_CHAR_INFO {
- const byte width; // width, in bits (or pixels), of the character
- const uint16 offset; // offset of the character's bitmap, in bytes, into the the FONT_INFO's data array
+ const byte _width; // width, in bits (or pixels), of the character
+ const uint16 _offset; // offset of the character's bitmap, in bytes, into the the FONT_INFO's data array
};
/*
@@ -35,8 +35,7 @@ struct FONT_CHAR_INFO {
*/
/* Character bitmaps for DejaVu Sans 9pt */
-const byte dejaVuSans9ptCharBitmaps[] =
-{
+const byte _dejaVuSans9ptCharBitmaps[] = {
/* @0 ' ' (5 pixels wide) */
0x00, 0x00, /* */
0x00, 0x00, /* */
@@ -747,8 +746,7 @@ const byte dejaVuSans9ptCharBitmaps[] =
/* Character descriptors for DejaVu Sans 9pt */
/* { [Char width in bits], [Offset into dejaVuSans9ptCharBitmaps in bytes] } */
-const FONT_CHAR_INFO dejaVuSans9ptCharDescriptors[] =
-{
+const FONT_CHAR_INFO _dejaVuSans9ptCharDescriptors[] = {
{5, 0}, /* */
{1, 10}, /* ! */
{3, 12}, /* " */