Sponsored Content
The Lounge What is on Your Mind? In which sport are you interested? Post 302373897 by etancross on Sunday 22nd of November 2009 10:38:13 PM
Old 11-22-2009
Wrestling, Jiu-Jitsu, Judo, running, weight lifting things like that.... Smilie
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Extremely Interested

As i was reading an article on being a "HACKERS" which was 30 minutes ago thinking that HACKING was the same as CRACKING, after the reading i discovered their difference, a hacker builds the internet while crackers just cracks and annoy like phreaking and breaking into people's computer. That... (5 Replies)
Discussion started by: Punk18
5 Replies

2. UNIX for Dummies Questions & Answers

Interested, but lost.

Alright, so I'm interested in using Unix, but I have a couple of pretty basic questions: 1) What's the relationship between Linux and Unix? Are they one and the same, or completely different? 2) Can you use Unix on a laptop? and 3) Where can you get Unix? Thanks for listening. (9 Replies)
Discussion started by: Ned
9 Replies

3. UNIX for Dummies Questions & Answers

Interested in partial command output.

Command output is given to the console. As in the following case - wc -l filename produces following output nn filename From this, I am only interested with nn(rowcount). Cant we simply extract it thr console? I also tried with null device, I know as - /dev/null wc -l filename >... (1 Reply)
Discussion started by: videsh77
1 Replies

4. What is on Your Mind?

Interested in bike riding !!! share your exp..

Hi folks, i know its totally diff topic on this community ... :-) Are you interested in bike riding !!! if yes , what is your fav bike ? what bike are you having now at your home ? what is your longest ride ? I have a indian made 200cc bike .. most of the time, i... (2 Replies)
Discussion started by: vparunkumar
2 Replies

5. Shell Programming and Scripting

Interested in getting new projects

Hi , I am interested in getting some new projects on shell scripting . Can some one suggest me some bidding site where I can get the projects. Regards (0 Replies)
Discussion started by: himvat
0 Replies

6. What is on Your Mind?

Post An Action/Sport Photo of Yourself Here!

I'll start this off .... me diving off Koh Rin..... https://www.unix.com/members/neo-albums-neo-diving-picture423-diving-koh-rin.jpg (5 Replies)
Discussion started by: Neo
5 Replies
PLSFONT(3plplot)						    PLplot API							  PLSFONT(3plplot)

NAME
plsfont - Set family, style and weight of the current font SYNOPSIS
plsfont(family, style, weight) DESCRIPTION
Sets the current font. See the PLplot documentation for more information on font selection. Redacted form: plsfont(family, style, weight) This function is used in example 23. ARGUMENTS
family (PLINT, input) Font family to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_SANS, PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value signifies that the font family should not be altered. style (PLINT, input) Font style to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and PL_FCI_OBLIQUE. A negative value signifies that the font style should not be altered. weight (PLINT, input) Font weight to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. A negative value signifies that the font weight should not be altered. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSFONT(3plplot)
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy