Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ps_save(3) [debian man page]

PS_SAVE(3)						     Library Functions Manual							PS_SAVE(3)

NAME
PS_save -- Save current context SYNOPSIS
#include <pslib.h> void PS_save(PSDoc *psdoc) DESCRIPTION
Saves the current graphics context, containing colors, translation and rotation settings and some more. A save context be restored with PS_restore(3). SEE ALSO
PS_restore(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_SAVE(3)

Check Out this Related Man Page

PS_BEGIN_GLYPH(3)					     Library Functions Manual						 PS_BEGIN_GLYPH(3)

NAME
PS_begin_glyph -- Starts a new glyph in a Type3 font SYNOPSIS
#include <pslib.h> void PS_begin_glyph(PSDoc *psdoc, const char *glyphname, double wx, double llx, double lly, double urx, double ury) DESCRIPTION
Starts a new glyph within a Type3 font. The glyph itself can be created with a subset of the regular drawing functions like PS_lineto(3). The glyphname is abitrary but usually something found in the input encoding vector to be accessible by PS_show(3). The floating point paramters describe the widht and the lower left and upper right corner of the bounding box surrounding the glyph. Each call of PS_begin_glyph must be accompanied by a call to PS_end_glyph(3). PS_begin_glyph has been introduced in version 0.4.0 of pslib. SEE ALSO
PS_end_glyph(3), PS_begin_font(3), PS_end_font(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_BEGIN_GLYPH(3)
Man Page

7 More Discussions You Might Find Interesting

1. HP-UX

How to change font and colour in mail sent from Unix

Dear All, We have following code to send mails from unix to users. We want to see few sentences of mail in bold font or to hightlight few lines in different colours. Could you please let me know how can we do it in function construct_body. ... (3 Replies)
Discussion started by: yogichavan
3 Replies

2. HP-UX

Parameter to avoid file being deleted by SAM

Good afternoon. I am a newbie. We just had a potentially big problem (negated to having good backups). Basically, there is an option in SAM, to delete all the data from the system that a user ever created. Lo and behold, silly me, I choose that option, and all sorts of needed files... (5 Replies)
Discussion started by: instant000
5 Replies

3. Shell Programming and Scripting

Please suggest me a better option than FIND command

Hi All, Could you please help me in searching files in a better way satisfying the below conditions I want to search files in a path whose access time is more than 5min and less than 60 min and whose Byte size is greater than zero For this, i am using the below command, but it is... (2 Replies)
Discussion started by: sparks
2 Replies

4. Shell Programming and Scripting

Script to Reboot and Confirm

On my Solaris box I have to reboot some devices like below. However I think this can be done through a script. I've create a list that contains the devices IP addresses. Here's the logic: Reboot 4 devices and sleep for 5mins(300s.) While the devices are rebooting, I would like to confirm... (9 Replies)
Discussion started by: ravzter
9 Replies

5. Solaris

How to disable/bypass passphrase prompt in ssh?

Hi Folks, I have setup a passwordless connection from my Linux ( source) machine toSolaris ( destination ) machine. I have added passphrase while creating the rsa key. Now problem is each time when i make a connection i have to give the passphrase to make connection. How to override this ? I... (4 Replies)
Discussion started by: chidori
4 Replies

6. Shell Programming and Scripting

Reading specific range of columns in an Excel file

Hi All, I want to read an excel file. PFA excel, I want to read the cloumn from A to G and the V to AH starting from Row number 3. Please help me on this. (7 Replies)
Discussion started by: Abhisrajput
7 Replies

7. UNIX for Advanced & Expert Users

[BASH] Errormessages and Traps with a 'here-doc'

Happy holidays everyone :) I'm trying to increase usabilty for my scripted project-, for that i wanted to apply an error message poping up upon every and any error (other than proper exit) indicating the enduser a uniform, and hopefully readable error messsage. To achieve this, i wrote a... (4 Replies)
Discussion started by: sea
4 Replies