Displaying 1 result from an estimated 1 matches for "psencodefont".
2001 Apr 14
1
Postscript font bugs (and a suggestion) (PR#914)
...(install(".ps.prolog"), R_GlobalEnv);
if(!isString(prolog))
error("Object .ps.profile is not a character vector");
3. And this is a suggestion, not a bug: I'd like to change the font
definitions by changing the .ps.prolog instructions, but devPS.c puts
the
PSEncodeFont(fp, encoding);
line after the place where .ps.prolog is written to the file. If
.ps.prolog were last, then it could override any standard setting.
This would mean that the font metrics would not be quite right, but it
would be useful for experimenting.
This patch addresses items 2 and 3 in src/m...