/[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 63 Revision 67
61 10.0, /* font_size */ 61 10.0, /* font_size */
62 psiconv_bool_false, /* italic */ 62 psiconv_bool_false, /* italic */
63 psiconv_bool_false, /* bold */ 63 psiconv_bool_false, /* bold */
64 psiconv_normalscript, /* super_sub */ 64 psiconv_normalscript, /* super_sub */
65 psiconv_bool_false, /* underline */ 65 psiconv_bool_false, /* underline */
66 psiconv_bool_false, /* strike_out */ 66 psiconv_bool_false, /* strikethrough */
67 &font, /* font */ 67 &font, /* font */
68 }; 68 };
69 69
70 return psiconv_clone_character_layout(&cl); 70 return psiconv_clone_character_layout(&cl);
71} 71}
115 0.0, /* indent_left */ 115 0.0, /* indent_left */
116 0.0, /* indent_right */ 116 0.0, /* indent_right */
117 0.0, /* indent_first */ 117 0.0, /* indent_first */
118 psiconv_justify_left, /* justify_hor */ 118 psiconv_justify_left, /* justify_hor */
119 psiconv_justify_middle,/* justify_ver */ 119 psiconv_justify_middle,/* justify_ver */
120 0.0, /* interline */ 120 0.0, /* linespacing */
121 psiconv_bool_false, /* interline_exact */ 121 psiconv_bool_false, /* linespacing_exact */
122 0.0, /* top_space */ 122 0.0, /* space_above */
123 0.0, /* bottom_space */ 123 0.0, /* space_below */
124 psiconv_bool_false, /* on_one_page */
125 psiconv_bool_false, /* together_with */ 124 psiconv_bool_false, /* keep_together */
125 psiconv_bool_false, /* keep_with_next */
126 psiconv_bool_false, /* on_next_page */ 126 psiconv_bool_false, /* on_next_page */
127 psiconv_bool_false, /* no_widow_protection */ 127 psiconv_bool_false, /* no_widow_protection */
128 0.0, /* left_margin */ 128 0.0, /* left_margin */
129 &bullet, /* bullet */ 129 &bullet, /* bullet */
130 &no_border, /* left_border */ 130 &no_border, /* left_border */

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

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