Displaying 1 result from an estimated 1 matches for "rloadfont".
Did you mean:
loadfont
2000 May 22
4
text() with large cex parameter crashes X11() (PR#553)
Trying to use text() with very large cex parameter crashes
R when using the X11() device
X11()
plot(1,1,type="n")
text(1,1,"foo", cex=10)
This also crashes R
points(1,1,pch="A", cex=10)
presumably because we are trying to load a font that doesn't
exist, but I haven't looked into it.
Martyn
--please do not edit the information below--
Version:
platform