The R Project SVN R

Rev

Rev 17165 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17165 Rev 19912
Line 55... Line 55...
55
} picTeXDesc;
55
} picTeXDesc;
56
 
56
 
57
 
57
 
58
	/* Global device information */
58
	/* Global device information */
59
 
59
 
60
static double charwidth[4][128] = {
60
static const double charwidth[4][128] = {
61
{
61
{
62
  0.5416690, 0.8333360, 0.7777810, 0.6111145, 0.6666690, 0.7083380, 0.7222240,
62
  0.5416690, 0.8333360, 0.7777810, 0.6111145, 0.6666690, 0.7083380, 0.7222240,
63
  0.7777810, 0.7222240, 0.7777810, 0.7222240, 0.5833360, 0.5361130, 0.5361130,
63
  0.7777810, 0.7222240, 0.7777810, 0.7222240, 0.5833360, 0.5361130, 0.5361130,
64
  0.8138910, 0.8138910, 0.2388900, 0.2666680, 0.5000020, 0.5000020, 0.5000020,
64
  0.8138910, 0.8138910, 0.2388900, 0.2666680, 0.5000020, 0.5000020, 0.5000020,
65
  0.5000020, 0.5000020, 0.6666700, 0.4444460, 0.4805580, 0.7222240, 0.7777810,
65
  0.5000020, 0.5000020, 0.6666700, 0.4444460, 0.4805580, 0.7222240, 0.7777810,
Line 140... Line 140...
140
  0.7444490, 0.5000030, 0.5000030, 0.4763920, 0.5500030, 1.1000060, 0.5500030,
140
  0.7444490, 0.5000030, 0.5000030, 0.4763920, 0.5500030, 1.1000060, 0.5500030,
141
  0.5500030, 0.550003
141
  0.5500030, 0.550003
142
}
142
}
143
};
143
};
144
 
144
 
145
static char *fontname[] = {
145
static const char * const fontname[] = {
146
    "cmss10",
146
    "cmss10",
147
    "cmssbx10",
147
    "cmssbx10",
148
    "cmssi10",
148
    "cmssi10",
149
    "cmssxi10"
149
    "cmssxi10"
150
};
150
};