comparison gui/skin/font.h @ 35525:e27855a45128

Rebuild GUI directory structure. Create new directory app/ and move app.*, cfg.* and gui.h to app/.
author ib
date Thu, 06 Dec 2012 13:47:47 +0000
parents 922771be85f6
children 6fd886ce32b9
comparison
equal deleted inserted replaced
35524:dd7de6052739 35525:e27855a45128
17 */ 17 */
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/app.h"
23 #include "gui/util/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