gwenhywfar  4.12.0beta
htmlprops_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Sat Feb 20 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef HTMLPROPS_BE_H
12 #define HTMLPROPS_BE_H
13 
14 
15 typedef struct HTML_PROPS HTML_PROPS;
16 
17 #define HTML_PROPS_NOCOLOR 0xffffffff
18 
19 #include <gwenhywfar/htmlfont_be.h>
20 
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 
31 
32 
35 
38 
41 
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 
48 #endif
49