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
 Setting Default font

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
CStorey Posted - 07/11/2002 : 11:13:05 AM
I'm trying to set the font type and size for labels that I'm adding to a graph.

1) Is it possible to set the default font type and size for all graphs?

2) set -tf 16; set -ts 12; give me command errors. Can someone post an example of how these are used to change the font type and size?

Thanks,

Craig Storey
Origin WebRing Member - http://g.webring.com/hub?ring=originwebring
2   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 07/14/2002 : 9:18:21 PM
Hi Craig,

I'm not sure how set -tf and set -ts should be used, but this works for changing the font name and size for a particular label...

labelname.font=16;
labelname.fsize=12;

Is that what you were looking for?

Mike Buess
Origin WebRing Member
Barb Tobias Posted - 07/11/2002 : 5:39:32 PM
Hi Craig,
Try the system.font.labelsize numeric property for setting the default size, and the system.font.labelname$ string property for the font name.
Barb


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