The R Project SVN R

Rev

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

Rev 55639 Rev 55703
Line 170... Line 170...
170
int   gstrwidth(drawing d ,font f, const char *s);
170
int   gstrwidth(drawing d ,font f, const char *s);
171
void  gcharmetric(drawing d, font f, int c, int *ascent, int *descent,
171
void  gcharmetric(drawing d, font f, int c, int *ascent, int *descent,
172
		  int *width);
172
		  int *width);
173
font  gnewfont(drawing d, const char *face, int style, int size,
173
font  gnewfont(drawing d, const char *face, int style, int size,
174
	       double rot, int usePoints);
174
	       double rot, int usePoints);
-
 
175
font  gnewfont2(drawing d, const char *face, int style, int size,
-
 
176
		double rot, int usePoints, int quality);
175
int   ghasfixedwidth(font f);
177
int   ghasfixedwidth(font f);
176
field newfield_no_border(const char *text, rect r);
178
field newfield_no_border(const char *text, rect r);
177
 
179
 
178
int gdrawwcs(drawing d, font f, rgb c, point p, const wchar_t *s);
180
int gdrawwcs(drawing d, font f, rgb c, point p, const wchar_t *s);
179
int gwcswidth(drawing d, font f, const wchar_t *s);
181
int gwcswidth(drawing d, font f, const wchar_t *s);