r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / guicast / fonts.h
blob8d3d15dafc73326e56db8cb24f336380976cd0b1
1 #ifndef FONTS_H
2 #define FONTS_H
4 #define LARGEFONT 0
5 #define MEDIUMFONT 2
6 #define SMALLFONT 1
7 #define MEDIUM_7SEGMENT 4
9 // Specialized fonts not available in every widget
10 #define BOLDFACE 0x8000
11 #define LARGEFONT_3D (LARGEFONT | BOLDFACE)
12 #define MEDIUMFONT_3D (MEDIUMFONT | BOLDFACE)
13 #define SMALLFONT_3D (SMALLFONT | BOLDFACE)
15 #endif