Changeset - r12182:7c862c969470
[Not reviewed]
master
0 2 0
alberth - 15 years ago 2009-06-20 15:25:28
alberth@openttd.org
(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file.
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontcache.cpp
Show inline comments
 
@@ -37,6 +37,8 @@ enum {
 
	SHADOW_COLOUR = 2,
 
};
 

	
 
static const int ASCII_LETTERSTART = 32; ///< First printable ASCII letter.
 

	
 
/** Get the font loaded into a Freetype face by using a font-name.
 
 * If no appropiate font is found, the function returns an error */
 
#ifdef WIN32
src/gfx_func.h
Show inline comments
 
@@ -146,7 +146,6 @@ void SortResolutions(int count);
 
bool ToggleFullScreen(bool fs);
 

	
 
/* gfx.cpp */
 
#define ASCII_LETTERSTART 32
 
extern FontSize _cur_fontsize;
 

	
 
byte GetCharacterWidth(FontSize size, uint32 key);
0 comments (0 inline, 0 general)