Sponsored Content
Full Discussion: Sigs?
Contact Us Post Here to Contact Site Administrators and Moderators Sigs? Post 40207 by l008com on Thursday 11th of September 2003 04:22:43 AM
Old 09-11-2003
Sigs?

Sigs appear to be turned on, yet no ones shows up? What's the deal? Also I like sigs they help you distinguish between and remember people when all you have to know someone by is a little grey box. Therefor if they are intentionally turned off I "suggest" they be turned back on because I think they are good. It also looks good when people have small 'badge' images as their sigs.
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

How come sigs don't work?

They appear to be turned on, I entered mine in. The check boxes are all checked. And yet, no sigs? (4 Replies)
Discussion started by: l008com
4 Replies
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)
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy