NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: Hershey Fonts

Hi Ugo:

> 1. Is there any example code available to test/see the new fonts (like
> VisAD's DisplayTest in visad/examples) or has anyone got a snippet of
> code ready to compile and run?

Perhaps the quickest way is to use Python:

from visad.python.JPythonMethods import *
from subs import *
maps=makeMaps(getRealType("x"),"x", getRealType("y"),"y")
disp = makeDisplay(maps)
drawString(disp, "ABCdef test", [0,0], font="futuram")
showDisplay(disp)


> 
> 2. Is it possible to change the AxisScale fonts to use the new fonts?,
> and if yes, how do I do it? (Would something like
> 
> HersheyFont hf = new HersheyFont("cursive");
> 
> AxisScale scale = myScalarMap.getAxisScale();
> 
> scale.setFont( hf );
> 
> work?)

I've not looked into doing this, so I will defer to Don for comments.

tom
-- 
Tom Whittaker (tomw@xxxxxxxxxxxxx)
University of Wisconsin-Madison
Space Science and Engineering Center
Phone/VoiceMail: 608/262-2759
Fax: 608/262-5974


  • 2001 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: