|
From: Bill H. <hi...@fa...> - 2001-09-20 16:22:01
|
By doing a edit/find on 'font' from my browser, I was able
to find the following:
> Where can I find the list of the font for vis5d display?
In the on-line Vis5D README:
listfonts
Usage: listfonts
Description: listfonts, used on SGI systems only, lists the IRIS GL
fonts available for use in vis5d's 3-D window. After listing the
fonts you may use one in vis5d by specifying it with the -font option.
For non-SGI systems or systems using OpenGL, use the xlsfonts or
xfontsel program to select a font.
. . .
-soundfont fontname
Set the X font used in the sounding window. Use xlsfonts to list your
system's fonts
> How can I change the font and size label of contours variables on vis5d?
In the on-line Vis5D scripting document:
vis5d_resize_contour_font data_context sizefactorx sizefactory
Increase the width/height size of the contour numbers by a factor
of 'sizefactorx', and 'sizefactory'. Default value of 'sizefactorx'
and 'sizefactory' is 0.
Good luck,
Bill
|