comparison gui/skin/font.h @ 33046:9684ad0e1291

Move files with auxiliary functions to own directory.
author ib
date Mon, 28 Mar 2011 12:37:48 +0000
parents dc026d74dfce
children 49ca38147d1f
comparison
equal deleted inserted replaced
33045:776a676d5fde 33046:9684ad0e1291
18 18
19 #ifndef MPLAYER_GUI_FONT_H 19 #ifndef MPLAYER_GUI_FONT_H
20 #define MPLAYER_GUI_FONT_H 20 #define MPLAYER_GUI_FONT_H
21 21
22 #include "gui/app.h" 22 #include "gui/app.h"
23 #include "gui/bitmap.h" 23 #include "gui/util/bitmap.h"
24 24
25 #define ASCII_CHRS 128 // number of ASCII characters 25 #define ASCII_CHRS 128 // number of ASCII characters
26 #define EXTRA_CHRS 128 // (arbitrary) number of non-ASCII characters 26 #define EXTRA_CHRS 128 // (arbitrary) number of non-ASCII characters
27 #define UTF8LENGTH 4 // length of an UTF-8 encoding according to RFC 3629 27 #define UTF8LENGTH 4 // length of an UTF-8 encoding according to RFC 3629
28 28