2012-09-19 11:34:23 +00:00
|
|
|
/* ScummVM - Graphic Adventure Engine
|
|
|
|
*
|
|
|
|
* ScummVM is the legal property of its developers, whose names
|
|
|
|
* are too numerous to list here. Please refer to the COPYRIGHT
|
|
|
|
* file distributed with this source distribution.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HOPKINS_FONT_H
|
|
|
|
#define HOPKINS_FONT_H
|
|
|
|
|
|
|
|
#include "common/scummsys.h"
|
|
|
|
#include "common/str.h"
|
|
|
|
|
|
|
|
namespace Hopkins {
|
|
|
|
|
|
|
|
class HopkinsEngine;
|
|
|
|
|
2012-09-22 01:11:26 +00:00
|
|
|
struct TxtItem {
|
2012-10-15 09:49:17 +00:00
|
|
|
bool textOn;
|
2012-09-22 01:11:26 +00:00
|
|
|
int field2;
|
2012-10-10 12:45:40 +00:00
|
|
|
Common::String filename;
|
|
|
|
int16 xp;
|
|
|
|
int16 yp;
|
2012-10-15 09:49:17 +00:00
|
|
|
int messageId;
|
2012-09-22 01:11:26 +00:00
|
|
|
int fieldE;
|
|
|
|
int field10;
|
2012-10-15 09:49:17 +00:00
|
|
|
int lineCount;
|
2012-10-14 11:58:26 +00:00
|
|
|
Common::String lines[10];
|
2012-09-22 01:11:26 +00:00
|
|
|
int field3FC;
|
|
|
|
int field3FE;
|
2012-10-15 09:49:17 +00:00
|
|
|
byte *textBlock;
|
2012-10-10 12:45:40 +00:00
|
|
|
int16 width;
|
|
|
|
int16 height;
|
2012-10-15 09:49:17 +00:00
|
|
|
bool textLoaded;
|
|
|
|
int colour;
|
2012-09-22 01:11:26 +00:00
|
|
|
};
|
|
|
|
|
2012-09-22 09:54:30 +00:00
|
|
|
struct ListeTxtItem {
|
2012-10-10 12:45:40 +00:00
|
|
|
bool enabled;
|
|
|
|
int16 xp;
|
|
|
|
int16 yp;
|
|
|
|
int16 width;
|
|
|
|
int16 height;
|
2012-09-22 09:54:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2012-09-19 11:34:23 +00:00
|
|
|
class FontManager {
|
2012-09-22 01:11:26 +00:00
|
|
|
private:
|
2012-09-19 11:34:23 +00:00
|
|
|
HopkinsEngine *_vm;
|
2012-09-22 01:11:26 +00:00
|
|
|
public:
|
|
|
|
TxtItem Txt[12];
|
2012-09-23 00:59:52 +00:00
|
|
|
ListeTxtItem ListeTxt[12];
|
2012-09-26 12:13:15 +00:00
|
|
|
int TRIER_TEXT[21];
|
|
|
|
Common::String oldname;
|
|
|
|
Common::String nom_index;
|
|
|
|
int Index[4048];
|
|
|
|
byte *texte_tmp;
|
2012-09-19 11:34:23 +00:00
|
|
|
public:
|
2012-11-25 09:18:38 +00:00
|
|
|
FontManager();
|
2012-09-19 11:34:23 +00:00
|
|
|
void setParent(HopkinsEngine *vm);
|
2012-09-22 09:54:30 +00:00
|
|
|
void clearAll();
|
2012-09-19 11:34:23 +00:00
|
|
|
|
2012-09-26 12:13:15 +00:00
|
|
|
void TEXTE_ON(int idx);
|
2012-09-19 11:34:23 +00:00
|
|
|
void TEXTE_OFF(int idx);
|
2012-09-26 12:13:15 +00:00
|
|
|
void COUL_TXT(int idx, byte colByte);
|
|
|
|
void OPTI_COUL_TXT(int idx1, int idx2, int idx3, int idx4);
|
2012-10-15 09:49:17 +00:00
|
|
|
void DOS_TEXT(int idx, int messageId, const Common::String &filename, int xp, int yp, int a6, int a7, int a8, int a9, int a10);
|
|
|
|
void BOITE(int idx, int messageId, const Common::String &filename, int xp, int yp);
|
2012-11-17 09:49:07 +00:00
|
|
|
|
|
|
|
void TEXT_NOW(int xp, int yp, const Common::String &message, int col);
|
|
|
|
void TEXT_NOW1(int xp, int yp, const Common::String &message, int col);
|
|
|
|
void TEXT_COMPUT(int xp, int yp, const Common::String &msg, int col);
|
2012-09-19 11:34:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
} // End of namespace Hopkins
|
|
|
|
|
|
|
|
#endif /* HOPKINS_FONT_H */
|