Feature Requests item #3599889, was opened at 2013-01-07 21:21
Message generated for change (Comment added) made by aherraez
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=3599889&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Denis G. Samsonenko (ogion76)
Assigned to: Nobody/Anonymous (nobody)
Summary: add possibility to set font for labels of drawn objects

Initial Comment:
I draw a vector with label "a" at the end:

draw ID "AxisA" width 0.2 VECTOR {-1/2 -1/2 0.0} {0.2/1 0 0} ">a"

I did not find how to set font (size, family) for the label.


----------------------------------------------------------------------

Comment By: Angel Herraez (aherraez)
Date: 2013-01-08 05:53

Message:
That's correct, right now controlling that text is not possible. I don't
know if this may be easy to implement.

As an alternative, you can use 3D-positioned echos, for which you have full
font control:

set echo axisA_e {-0.3/1 -0.5 0};
echo "a";
font echo 22 sans italic;
color echo yellow;


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=3599889&group_id=23629

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to