--- psiconv/trunk/lib/psiconv/data.c 2000/12/13 16:30:21 63 +++ psiconv/trunk/lib/psiconv/data.c 2000/12/16 16:27:46 69 @@ -34,6 +34,8 @@ static void psiconv_free_paint_data_section_aux(void * section); static void psiconv_free_clipart_section_aux(void * section); +/* Note: these defaults seem to be hard-coded somewhere outside the + files themself. */ psiconv_character_layout psiconv_basic_character_layout(void) { /* Make the structures static, to oblige IRIX */ @@ -63,13 +65,15 @@ psiconv_bool_false, /* bold */ psiconv_normalscript, /* super_sub */ psiconv_bool_false, /* underline */ - psiconv_bool_false, /* strike_out */ + psiconv_bool_false, /* strikethrough */ &font, /* font */ }; return psiconv_clone_character_layout(&cl); } +/* Note: these defaults seem to be hard-coded somewhere outside the + files themself. */ psiconv_paragraph_layout psiconv_basic_paragraph_layout(void) { static struct psiconv_font_s font = @@ -117,12 +121,12 @@ 0.0, /* indent_first */ psiconv_justify_left, /* justify_hor */ psiconv_justify_middle,/* justify_ver */ - 0.0, /* interline */ - psiconv_bool_false, /* interline_exact */ - 0.0, /* top_space */ - 0.0, /* bottom_space */ - psiconv_bool_false, /* on_one_page */ - psiconv_bool_false, /* together_with */ + 10.0, /* linespacing */ + psiconv_bool_false, /* linespacing_exact */ + 0.0, /* space_above */ + 0.0, /* space_below */ + psiconv_bool_false, /* keep_together */ + psiconv_bool_false, /* keep_with_next */ psiconv_bool_false, /* on_next_page */ psiconv_bool_false, /* no_widow_protection */ 0.0, /* left_margin */