src/fontcache.h
changeset 8123 ce31d2843a95
parent 8121 3bc6351e7369
child 9111 48ce04029fe4
equal deleted inserted replaced
8122:986d42e2281d 8123:ce31d2843a95
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef FONTCACHE_H
     3 #ifndef FONTCACHE_H
     4 #define FONTCACHE_H
     4 #define FONTCACHE_H
     5 
     5 
     6 #include "gfx.h"
     6 #include "gfx_type.h"
     7 
     7 
     8 /** Get the SpriteID mapped to the given font size and key */
     8 /** Get the SpriteID mapped to the given font size and key */
     9 SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
     9 SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
    10 
    10 
    11 /** Map a SpriteID to the font size and key */
    11 /** Map a SpriteID to the font size and key */