blob: 0eb31adfcaf213c75d8f5d0d576644a2148aa45c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
*******************************************************************************
Please set the environment variable FL_FONT_PATH to the directory where your
TrueType fonts are installed. If you do not set this variable, Open Inventor(TM)
will use %%PREFIX%%/share/fonts/TTF as default.
Open Inventor (TM) needs the following TrueType fonts:
- Times-Roman
- Helvetica
- Utopia-Regular
You should make symbolic links of the TrueType fonts to the OpenInventor (TM)
font names if they are not available:
# cd %%PREFIX%%/share/fonts/TTF
# ln -s times.ttf Times-Roman
# ln -s arial.ttf Helvetica
# ln -s cour.ttf Utopia-Regular
*******************************************************************************
|