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

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

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

Revision 67 Revision 69
32static void psiconv_free_in_line_layout_aux(void * layout); 32static void psiconv_free_in_line_layout_aux(void * layout);
33static void psiconv_free_paragraph_aux(void * paragraph); 33static void psiconv_free_paragraph_aux(void * paragraph);
34static void psiconv_free_paint_data_section_aux(void * section); 34static void psiconv_free_paint_data_section_aux(void * section);
35static void psiconv_free_clipart_section_aux(void * section); 35static void psiconv_free_clipart_section_aux(void * section);
36 36
37/* Note: these defaults seem to be hard-coded somewhere outside the
38 files themself. */
37psiconv_character_layout psiconv_basic_character_layout(void) 39psiconv_character_layout psiconv_basic_character_layout(void)
38{ 40{
39 /* Make the structures static, to oblige IRIX */ 41 /* Make the structures static, to oblige IRIX */
40 static struct psiconv_color_s black = 42 static struct psiconv_color_s black =
41 { 43 {
68 }; 70 };
69 71
70 return psiconv_clone_character_layout(&cl); 72 return psiconv_clone_character_layout(&cl);
71} 73}
72 74
75/* Note: these defaults seem to be hard-coded somewhere outside the
76 files themself. */
73psiconv_paragraph_layout psiconv_basic_paragraph_layout(void) 77psiconv_paragraph_layout psiconv_basic_paragraph_layout(void)
74{ 78{
75 static struct psiconv_font_s font = 79 static struct psiconv_font_s font =
76 { 80 {
77 "Times New Roman", /* name */ 81 "Times New Roman", /* name */
115 0.0, /* indent_left */ 119 0.0, /* indent_left */
116 0.0, /* indent_right */ 120 0.0, /* indent_right */
117 0.0, /* indent_first */ 121 0.0, /* indent_first */
118 psiconv_justify_left, /* justify_hor */ 122 psiconv_justify_left, /* justify_hor */
119 psiconv_justify_middle,/* justify_ver */ 123 psiconv_justify_middle,/* justify_ver */
120 0.0, /* linespacing */ 124 10.0, /* linespacing */
121 psiconv_bool_false, /* linespacing_exact */ 125 psiconv_bool_false, /* linespacing_exact */
122 0.0, /* space_above */ 126 0.0, /* space_above */
123 0.0, /* space_below */ 127 0.0, /* space_below */
124 psiconv_bool_false, /* keep_together */ 128 psiconv_bool_false, /* keep_together */
125 psiconv_bool_false, /* keep_with_next */ 129 psiconv_bool_false, /* keep_with_next */

Legend:
Removed from v.67  
changed lines
  Added in v.69

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