Home
last modified time | relevance | path

Searched refs:PS_show_boxed (Results 1 – 19 of 19) sorted by relevance

/dports/print/pslib/pslib-examples-0.0.11/
H A Dtxt2ps.c98 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, HMODE, ""); in main()
107 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, HMODE, ""); in main()
110 PS_show_boxed(psdoc, argv[1], leftmargin, baseline-30, colsep+2*boxwidth, 20, "left", ""); in main()
124 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "justify", ""); in main()
132 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "justify", ""); in main()
H A Dpagehook.c47PS_show_boxed(ps, "/PslibPageBeginHook{\n /pagenumber exch def\n /ury exch def /urx exch def\n … in main()
78PS_show_boxed(ps, "/PslibPageBeginHook{\n /pagenumber exch def\n /ury exch def /urx exch def\n … in main()
83PS_show_boxed(ps, "Page hooks are good to set a common background on each page.", 72, 144, 144, 28… in main()
114PS_show_boxed(ps, "/PslibPageBeginHook{\n pop pop pop pop pop realtime exch\n} B\n/PslibPageEndHo… in main()
H A Deinstein.c97 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "fulljustify", ""); in main()
106 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "fulljustify", ""); in main()
109PS_show_boxed(psdoc, "Albert Einstein, Was ist Relativit�ts-Theorie? The collected Papers of Alber… in main()
123 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "fulljustify", ""); in main()
131 rest = PS_show_boxed(psdoc, str, x, baseline, boxwidth, boxheight, "fulljustify", ""); in main()
H A Dshading.c76PS_show_boxed(ps, "pslib supports a PostScript level 3 feature called shading. A shading starts at… in main()
141PS_show_boxed(ps, "I suppose it does not really supprise you that gradient fills can be colorful. … in main()
210PS_show_boxed(ps, "The examples so far were using the PS_shading() and PS_shfill() in combination … in main()
223PS_show_boxed(ps, "The line of rectangles illustrates one important aspect of shading. The shading… in main()
252PS_show_boxed(ps, "A pattern is like a color and be used like one. The examples on the previous pa… in main()
H A Ddraw.c415 PS_show_boxed(ps, str1, 10, 10, 80, 80, "left", NULL); in main()
424 PS_show_boxed(ps, str2, 10, 10, 80, 80, "justify", NULL); in main()
433 PS_show_boxed(ps, str3, 10, 10, 80, 80, "right", NULL); in main()
443 PS_show_boxed(ps, str5, 10, 10, 80, 80, "center", NULL); in main()
562 PS_show_boxed(ps, str4, 10, 10, 80, 80, "justify", NULL); in main()
636 PS_show_boxed(ps, str6, 10, 90, 80, 0.0, "left", NULL); in main()
647 PS_show_boxed(ps, str6, 10, 90-boxheight, 80, 0.0, "left", NULL); in main()
653 PS_show_boxed(ps, str6, 10, 90, 80, 0.0, "left", "blind"); in main()
663 PS_show_boxed(ps, str6, 10, 90-boxheight, 80, 0.0, "left", NULL); in main()
H A Dfontsample.c142 PS_show_boxed(psdoc, text, leftmargin, bottommargin-250, colwidth*7.5, 230, "fulljustify", NULL); in main()
147PS_show_boxed(psdoc, text, leftmargin+colwidth*8.5, bottommargin-250, colwidth*7.5, 230, "fulljust… in main()
H A Dligexperts.c137 leftchars = PS_show_boxed(psdoc, &text[pos], leftmargin, 100, 400, 680, "justify", NULL); in main()
H A Dshowbox.c54 PS_show_boxed(psdoc, in main()
H A Dligatures.c55PS_show_boxed(psdoc, "pslib supports ligatures if the used font contains any. The most common liga… in main()
H A Dimage.c34PS_show_boxed(p, title, 10, EXAMPLE_BOX_HEIGHT-EXAMPLE_BOX_TITLE_HEIGHT-5, EXAMPLE_BOX_WIDTH-20, E… in begin_example_box()
/dports/print/pslib/pslib-0.4.6/
H A DChangeLog63 - added blind feature to PS_show_boxed()
65 - PS_show_boxed() sets the value 'boxheight' to the actual height of
69 - passing a height of 0.0 to PS_show_boxed() will create a box long enough
182 - huge speed improvement if PS_show_boxed() is called several times and
184 - added fulljustify mode for PS_show_boxed()
216 - parameter text passed to PS_show_boxed() is not modified anymore because
256 - do not return from PS_show_boxed() if hyphenation cannot be
/dports/print/pslib/pslib-0.4.6/doc/
H A DMakefile.am116 PS_show_boxed.sgml \
H A DPS_hyphenate.sgml86 <para>PS_boot(3), PS_show_boxed(3), locale(1)</para>
H A DPS_show_boxed.sgml30 <!ENTITY funcname "PS_show_boxed">
H A DMakefile.in418 PS_show_boxed.sgml \
H A Dpslib.sgml434 <funcdef>int <function>PS_show_boxed</function></funcdef>
506 <function>PS_show_boxed(3)</function> if the horizontal mode is set
/dports/print/pslib/pslib-0.4.6/include/libps/
H A Dpslib.h213 PS_show_boxed(PSDoc *psdoc, const char *text, float left, float bottom, float width, float height, …
/dports/print/pslib/pslib-0.4.6/po/
H A Dde.po313 msgid "Must specify a horizontal mode for PS_show_boxed()."
314 msgstr "Horizontal-Modus f�r PS_show_boxed() ist nicht gesetzt."
/dports/print/pslib/pslib-0.4.6/src/
H A Dpslib.c2424 PS_show_boxed(PSDoc *psdoc, const char *text, float left, float bottom, float width, float height, … in PS_show_boxed() function