--- psiconv/trunk/lib/psiconv/data.c 2000/12/15 18:52:50 68 +++ 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 */ @@ -70,6 +72,8 @@ 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,7 +121,7 @@ 0.0, /* indent_first */ psiconv_justify_left, /* justify_hor */ psiconv_justify_middle,/* justify_ver */ - 0.0, /* linespacing */ + 10.0, /* linespacing */ psiconv_bool_false, /* linespacing_exact */ 0.0, /* space_above */ 0.0, /* space_below */