src/fontcache.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6720 35756db7e577
child 10455 22c441f5adf9
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef FONTCACHE_H
     3 #ifndef FONTCACHE_H
     4 #define FONTCACHE_H
     4 #define FONTCACHE_H
       
     5 
       
     6 #include "gfx_type.h"
     5 
     7 
     6 /** Get the SpriteID mapped to the given font size and key */
     8 /** Get the SpriteID mapped to the given font size and key */
     7 SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
     9 SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
     8 
    10 
     9 /** Map a SpriteID to the font size and key */
    11 /** Map a SpriteID to the font size and key */