- To: visad-list@xxxxxxxxxxxxx
- Subject: Hershey Fonts
- From: Ugo Taddei <p6taug@xxxxxxxxxxxxxxxxx>
- Date: Thu, 04 Oct 2001 09:37:51 +0200
Hello everyone,
I've got two questions about the new font support:
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?
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?)
Cheers,
Ugo
- Follow-Ups:
- Re: Hershey Fonts
- From: Tom Whittaker
- Re: Hershey Fonts