summaryrefslogtreecommitdiffstats
path: root/src/test_libpaps.c
diff options
context:
space:
mode:
authordov-g <dov-g>2006-11-03 07:38:32 +0000
committerdov-g <dov-g>2006-11-03 07:38:32 +0000
commit25c1996a44cf9e02587d0311ceea628e29e2ce0f (patch)
tree8bfec4ccce05571323a9529929af1d8def2b3bd9 /src/test_libpaps.c
parent8e25f8a0b4112f22c2b0f8f581968bb891317a18 (diff)
downloadpaps-25c1996a44cf9e02587d0311ceea628e29e2ce0f.tar.gz
paps-25c1996a44cf9e02587d0311ceea628e29e2ce0f.tar.xz
paps-25c1996a44cf9e02587d0311ceea628e29e2ce0f.zip
2006-11-03 Dov Grobgeld <dov.grobgeld@gmail.com>
* configure.in: Bumped version to 0.6.7 * src/paps.1: Described the new options. * src/paps.c: (split_text_into_paragraphs) Reverted to old split_text_into_paragraphs as I couldn't understand Akira's code and I don't think it is relevant anymore with the new cpi/lpi interpretation. (split_text_into_paragraphs) Added functionality for using markup. - Added option --markup for printing pango markup'd text. - Changed the interpretation of LPI so that it only controls the line spacing and not the size of the characters. - Added option --stretch-chars to stretch characters to fill the --lpi value. - Removed global variables lpi and cpi and moved them into page_layout_t . - Changed creation of options to allow passing the page_layout_t as a parameter. - Removed all references to wchar as it is not used anymore. (It shouldn't have been used in the first place as there are plenty of utf8 and ucs4 manipulating function in glib.) * src/libpaps.c: Moved the stretching of characters to c-level only. Erased the scale_x and scale_y parameters from most functions.
Diffstat (limited to 'src/test_libpaps.c')
-rw-r--r--src/test_libpaps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test_libpaps.c b/src/test_libpaps.c
index 89c8ae6..c293d4b 100644
--- a/src/test_libpaps.c
+++ b/src/test_libpaps.c
@@ -83,7 +83,6 @@ int main(int argc, char*argv[])
ps_layout = paps_layout_to_postscript_strdup(paps,
0, 0,
- 1.0, 1.0,
layout);
g_string_append_printf(ps_text,
"gsave\n"
@@ -111,7 +110,6 @@ int main(int argc, char*argv[])
);
ps_layout = paps_layout_to_postscript_strdup(paps,
0, 0,
- 1.0, 1.0,
layout);
g_string_append_printf(ps_text,
"gsave\n"