The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Label Font size

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rrahul Posted - 01/31/2005 : 2:15:59 PM
Origin Version (Select Help-->About Origin): 7
Operating System: WinXP
Hey guys,
I cannot seem to change the label font size by my code.

label -s -p 75 50 G%W;
label -s -p 75 60 "Mean = $(sum.mean)";
label.fsize=22; // change font size

This does not work!
Help please!
Rahul
2   L A T E S T    R E P L I E S    (Newest First)
rrahul Posted - 01/31/2005 : 3:06:46 PM
Thanks Mike,
Now it works fine.

-rahul
Mike Buess Posted - 01/31/2005 : 2:32:05 PM
You need to name your labels. Assuming you want to change the font size of both labels...

label -s -p 75 50 -n label1 G%W;
label -s -p 75 60 -n label2 "Mean = $(sum.mean)";
label1.fsize = 22; // change font size for label1
label2.fsize = 22; // change font size for label2

Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000