     
Icons
|
In addition to text labels, aiSee also offers
the option of displaying icon files in nodes. The icon files have to
be in PNG, PBM, PGM, or PPM (raw) format. They can be attached to summary
nodes or ordinary nodes by using the iconfile attribute
in subgraph or
node specifications.
In order to prevent the title text from
being drawn over the icon displayed, the label attribute
of the node or summary node can be set to the empty string, i.e.
label: "".
The search path for the icon files can be specified
by the environment variable AISEEICONS. The default search
path is .:/usr/local/share/aiSee/icons. It can
be changed as follows:
| Shell |
Command |
tcsh |
% setenv AISEEICONS /path/to/my/icons |
bash |
> export AISEEICONS=/path/to/my/icons |
|
|
 |


 |
The following additional GDL top-level graph attributes influence
the drawing of icons:
icons: yes or no default is yes |
no disables displaying of icons in nodes. Displaying of icons
can be enabled again interactively from the View dialog box.
|
fast_icons: yes or no default is no |
yes causes icon file loading to be faster, which may negatively
impact the quality of the drawing if not all the icon colors are present.
|
iconcolors: Int default is 32 |
Specifies the size of the color map used for
drawing icons. The maximum value is 256. |
|

Additional bitmap fonts
Apart from the default vector font, aiSee offers
the bitmap fonts listed in the table below. These pixel fonts are compatible
with Adobe PostScript and SVG fonts. When exporting graphs to PostScript, the
original PostScript fonts can be used (providing your PostScript printer is
equipped with these fonts).
The additional bitmap fonts can be specified by the
fontname attribute for summary nodes,
ordinary nodes and
edge labels. The
string value of this attribute is the font file name of the font to be used.
It is composed of the font name base and size:
fontname: "BaseSize"
For example, a size 12 Helvetica Bold font is specified via
fontname: "helvB12".
Available font sizes are: 08, 10, 12,
14, 18 and 24 points. See the table
below for the available font name bases.
Base |
Corresponding PostScript font |
Base |
Corr. PostScript font |
helvB |
Helvetica Bold |
courB |
Courier Bold |
helvBO |
Helvetica Bold Oblique |
courBO |
Courier Bold Oblique |
helvO |
Helvetica Oblique |
courO |
Courier Oblique |
helvR |
Helvetica |
courR |
Courier |
ncenB |
New Century Schoolbook Bold |
timB |
Times Bold |
ncenBI |
New Century Schoolbook Bold Italic |
timBI |
Times Bold Italic |
ncenI |
New Century Schoolbook Italic |
timI |
Times Italic |
ncenR |
New Century Schoolbook |
timR |
Times Roman |
| |
|
symb |
Symbol |
|
Troubleshooting
If aiSee cannot find the bitmap font files for some
reason, the standard vector font is used instead. The default search path
for the font files is .:/usr/local/share/aiSee/fonts.
It can be changed by setting the environment variable AISEEFONTS
accordingly.
Alternatively, the complete path to the font file can be
specified in the GDL source itself, for example:
node.fontname: "/home/joe/aisee_fonts/helvB10.vcf"
If aiSee is running on a Web server, please
double-check that the font file directory is specified correctly —
especially if the server is a virtual one. (For apache, check out the
value of the environment variable "DOCUMENT_ROOT".)

» Next: User Actions
» Prev.: Colors
|
 |

Home
About
Examples
Free trial

Support
» FAQs
» Quick Guide
» User Manual
» Windows
» Mac
» GDL
» Options
» Changelog
» GDLedit

Store
Legal
Contact
Extras
Sitemap

Which output format should aiSee support next?

» View results
|
|
|