/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 183 Revision 184
52/* Length indicators */ 52/* Length indicators */
53typedef psiconv_u32 psiconv_S_t; 53typedef psiconv_u32 psiconv_S_t;
54typedef psiconv_u32 psiconv_X_t; 54typedef psiconv_u32 psiconv_X_t;
55 55
56/* A string */ 56/* A string */
57typedef char *psiconv_string_t; 57typedef psiconv_ucs2 *psiconv_string_t;
58 58
59/* In the Psion file, these are identical; but we translate them to more 59/* In the Psion file, these are identical; but we translate them to more
60 human-readable quantities */ 60 human-readable quantities */
61typedef float psiconv_length_t; /* For offsets in centimeters */ 61typedef float psiconv_length_t; /* For offsets in centimeters */
62typedef float psiconv_size_t; /* For sizes in points */ 62typedef float psiconv_size_t; /* For sizes in points */
137 137
138typedef struct psiconv_bullet_s 138typedef struct psiconv_bullet_s
139{ 139{
140 psiconv_bool_t on; 140 psiconv_bool_t on;
141 psiconv_size_t font_size; 141 psiconv_size_t font_size;
142 psiconv_u8 character; 142 psiconv_ucs2 character;
143 psiconv_bool_t indent; 143 psiconv_bool_t indent;
144 psiconv_color color; 144 psiconv_color color;
145 psiconv_font font; 145 psiconv_font font;
146} *psiconv_bullet; 146} *psiconv_bullet;
147 147

Legend:
Removed from v.183  
changed lines
  Added in v.184

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26