mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
made _glyphWidths only referenced into graphics.cpp
svn-id: r25096
This commit is contained in:
parent
abb7d49bca
commit
79d98bf52a
@ -41,8 +41,19 @@ byte * _pathBackup;
|
||||
|
||||
uint16 _bgLayers[4];
|
||||
|
||||
// FIXME:
|
||||
extern byte _glyphWidths[];
|
||||
//
|
||||
// proportional font glyphs width
|
||||
//
|
||||
const byte _glyphWidths[126] = {
|
||||
0x04, 0x03, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x04, 0x04, 0x06, 0x06, 0x03, 0x05, 0x03, 0x05,
|
||||
0x06, 0x06, 0x06, 0x06, 0x07, 0x06, 0x06, 0x06, 0x06, 0x06, 0x03, 0x03, 0x05, 0x04, 0x05, 0x05,
|
||||
0x03, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x03, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
||||
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x08, 0x07, 0x07, 0x07, 0x05, 0x06, 0x05, 0x08, 0x07,
|
||||
0x04, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x03, 0x04, 0x05, 0x05, 0x06, 0x06, 0x05,
|
||||
0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x06, 0x07, 0x05, 0x05, 0x05, 0x05, 0x02, 0x05, 0x05, 0x07,
|
||||
0x08, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x04, 0x04, 0x04,
|
||||
0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x04, 0x06, 0x05, 0x05, 0x05, 0x05
|
||||
};
|
||||
|
||||
Cnv Graphics::_font;
|
||||
bool Graphics::_proportionalFont = false;
|
||||
|
Loading…
Reference in New Issue
Block a user