The R Project SVN R

Rev

Rev 11329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11329 Rev 13930
Line 1... Line 1...
1
# The system-wide copy is in rwxxxx/etc.
1
# The system-wide copy is in rwxxxx/etc.
2
# A user copy can be installed in ''HOME''.
2
# A user copy can be installed in `R_USER'.
3
 
3
 
4
# Format is 
4
# Format is 
5
# [TT] face:style
5
# [TT] face:style
6
# where style is plain, bold, italic and bold&italic.
6
# where style is plain, bold, italic or bold&italic.
7
# If 'TT' is present, only True Type fonts are searched.
7
# If 'TT' is present, only True Type fonts are searched.
8
# Remarks:
8
# Remarks:
9
#   (a) Windows graphic engine can rotate only True Type fonts;
9
#   (a) Windows graphics engine can only rotate True Type fonts;
10
#   (b) Only the first 32 font will be used.
10
#   (b) Only the first 32 fonts will be used.
11
 
11
 
12
TT Arial : plain
12
TT Arial : plain
13
TT Arial : bold
13
TT Arial : bold
14
TT Arial : italic
14
TT Arial : italic
15
TT Arial : bold&italic
15
TT Arial : bold&italic
16
 
16
 
17
# Please, don't change the following definition. The plot math engine
17
# Please, don't change the following definition. The plot math engine
18
# assume that font5 contains greek letters and math symbols
18
# assumes that font5 contains greek letters and math symbols
19
TT Symbol: plain
19
TT Symbol: plain
20
 
20
 
21
TT Arial : plain
21
TT Times New Roman : plain
22
TT Arial : bold
22
TT Times New Roman : bold
23
TT Arial : italic
23
TT Times New Roman : italic
24
TT Arial : bold&italic
24
TT Times New Roman : bold&italic
25
TT Courier New: plain
25
TT Courier New: plain
26
TT Courier New: bold
26
TT Courier New: bold
27
TT Courier New: italic
27
TT Courier New: italic
28
TT Courier New: bold&italic
28
TT Courier New: bold&italic
29
 
29