Unix and Linux Discussions Tagged with parameter |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
9,831 |
Shell Programming and Scripting |
|
|
|
2 |
1,775 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,391 |
Shell Programming and Scripting |
|
|
|
2 |
5,303 |
Shell Programming and Scripting |
|
|
|
3 |
2,757 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,206 |
UNIX for Beginners Questions & Answers |
|
|
|
19 |
8,724 |
AIX |
|
|
|
1 |
603 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,598 |
Shell Programming and Scripting |
|
|
|
9 |
1,709 |
Shell Programming and Scripting |
|
|
|
1 |
858 |
Shell Programming and Scripting |
|
|
|
1 |
1,019 |
Shell Programming and Scripting |
|
|
|
1 |
1,358 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,511 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
15,951 |
Shell Programming and Scripting |
|
|
|
4 |
8,465 |
Shell Programming and Scripting |
|
|
|
2 |
1,120 |
Shell Programming and Scripting |
|
|
|
8 |
3,977 |
Shell Programming and Scripting |
|
|
|
2 |
1,940 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,906 |
Shell Programming and Scripting |
|
|
|
3 |
2,169 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
22,648 |
Shell Programming and Scripting |
|
|
|
0 |
3,521 |
Shell Programming and Scripting |
|
|
|
5 |
5,469 |
Shell Programming and Scripting |
|
|
|
2 |
1,530 |
Shell Programming and Scripting |
|
|
|
3 |
4,975 |
Shell Programming and Scripting |
|
|
|
1 |
1,828 |
Shell Programming and Scripting |
|
|
|
4 |
28,953 |
Shell Programming and Scripting |
|
|
|
3 |
6,063 |
Shell Programming and Scripting |
|
|
|
5 |
25,819 |
Shell Programming and Scripting |
|
|
|
4 |
9,748 |
Programming |
|
|
|
3 |
2,222 |
Shell Programming and Scripting |
|
|
|
4 |
9,594 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,512 |
Solaris |
|
|
|
2 |
25,781 |
Shell Programming and Scripting |
|
|
|
1 |
3,471 |
Shell Programming and Scripting |
|
|
|
4 |
2,305 |
Shell Programming and Scripting |
|
|
|
4 |
17,263 |
Shell Programming and Scripting |
|
|
|
6 |
7,515 |
Shell Programming and Scripting |
|
|
|
8 |
7,071 |
Shell Programming and Scripting |
PS_SHOW(3) 1 PS_SHOW(3)
ps_show - Output text
SYNOPSIS
bool ps_show (resource $psdoc, string $text)
DESCRIPTION
Output a text at the current text position. The text position can be set by storing the x and y coordinates into the values textx and
texty with the function ps_set_value(3). The function will issue an error if a font was not set before with ps_setfont(3).
ps_show(3) evaluates the following parameters and values as set by ps_set_parameter(3) and ps_set_value(3).
o charspacing (value)
- Distance between two consecutive glyphs. If this value is unequal to zero then all ligatures will be resolved. Values less than
zero are allowed.
o kerning (parameter)
- Setting this parameter to "false" will turn off kerning. Kerning is turned on by default.
o ligatures (parameter)
- Setting this parameter to "false" will turn off the use of ligatures. Ligatures are turned on by default.
o underline (parameter)
- Setting this parameter to "true" will turn on underlining. Underlining is turned off by default.
o overline (parameter)
- Setting this parameter to "true" will turn on overlining. Overlining is turned off by default.
o strikeout (parameter)
- Setting this parameter to "true" will turn on striking out. Striking out is turned off by default.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $text
- The text to be output.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_continue_text(3), ps_show_xy(3), ps_setfont(3).
PHP Documentation Group PS_SHOW(3)