|
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 In order to prevent the The search path for the icon files can be specified
by the environment variable
|
![]() ![]() ![]() |
The following additional GDL top-level graph attributes influence the drawing of icons:
|
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"08, 10, 12,
14, 18 and 24 points. See the table
below for the available font name bases.
|
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/fontsAISEEFONTS
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”.)
We highly recommend using the bitmap fonts when exporting
graphs to SVG format. The standard vector font is translated into
An From version 2.2.04 on, aiSee also offers the option of embedding the icons in the output SVG file rather that just referencing them by their paths (see example). |
![]() ![]() ![]() ![]() |
The tables below show how the various bitmap fonts are translated into SVG.
|
From release 2.1.60 on, the GDL font size specified is automatically increased by 2pt (for export to SVG only).
|