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
|