search for: font1

Displaying 12 results from an estimated 12 matches for "font1".

Did you mean: font
2008 Aug 20
1
Problems with PostScript Encoding
...using another file format, as the resulting images are inferior. Is there something I'm missing here? My current solution to the problem: editing the PostScript by hand. I am no PostScript wizard, so it is not particularly pretty. Here is what the code originally looks like: /ps 12 def /Font1 findfont 12 s 0 setgray 167.68 434.79 (..=0.05) 0 0 0 t 167.68 420.39 (..=0.005) 0 0 0 t 167.68 405.99 (..=0.0005) 0 0 0 t and here is what I've changed it to: /ps 12 def /Font1 findfont 12 s 0 setgray 167.64 317.78 (Lower Limit, = 0.05) 0 0 0 t 167.64 303.38 (Upper Limit, = 0.05) 0...
2001 Aug 24
2
Fonts too small in Photopaint 9 for Linux
Hi, I've got Photopaint 9 running fine under Mandrake 8 after running the postinst script. But, fonts used by Photopaint is so small and it is inconvenient to look at... My resolution is 1024x768 on GeForce2MX and Philips 105S (15"). After reading the Wine documentation, I changed the following: Resolution = 120 (from 96) In wine.conf under the [fonts] section, then logout, restart X
2009 Jun 08
2
ridiculous behaviour printing to eps: labels all messed up!
...39;s an example code: t1<-c(1,2,3,4) t2<-c(4,2,4,2) plot(t1~t2, xlab="exp1", ylab="exp2") dev.copy2eps(file="test.eps") that all seems fine... until you look at the eps file created, where for some weird reason, if you scroll down to the end, the code reads: /Font1 findfont 12 s 0 setgray 214.02 18.72 (e) 0 ta -0.360 (xp1) tb gr 12.96 206.44 (e) 90 ta -0.360 (xp2) tb gr Which means, that the labels "exp1" and "exp2" get split up!?!? Now visually that doesn't matter, but I use the labels to refer to them in LaTeX using psfrag, so I ha...
2009 Apr 30
1
postscript printer breaking up long strings
...ource are at the end of the file: ******************************************** 309.70 36.72 (aReallyLongStr) 0 ta 0.180 (ingT) tb -1.440 (oSeeHo) tb -0.180 (wItBreaks) tb gr 30.96 212.50 (aReallyLongStr) 90 ta 0.180 (ingT) tb -1.440 (oSeeHo) tb -0.180 (wItBreaks) tb gr 77.04 91.44 743.76 534.96 cl /Font1 findfont 12 s 0 setgray 1.03 104.76 (aReallyLongStr) 0 ta 0.180 (ingT) tb -1.440 (oSeeHo) tb -0.180 (wItBreaks) tb gr 309.70 310.10 (aReallyLongStr) 0 ta 0.180 (ingT) tb -1.440 (oSeeHo) tb -0.180 (wItBreaks) tb gr 618.36 515.43 (aReallyLongStr) 0 ta 0.180 (ingT) tb -1.440 (oSeeHo) tb -0.180 (wItBre...
2000 Nov 16
1
postscript error
...2 1 roll rmoveto 1 index stringwidth pop mul neg 0 rmoveto show grestore } def /cl { initclip newpath 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath clip newpath } def /rgb { setrgbcolor } def /s { scalefont setfont } def /R { /Font1 findfont } def /B { /Font2 findfont } def /I { /Font3 findfont } def /BI { /Font4 findfont } def /S { /Font5 findfont } def /Helvetica findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def currentdict end /Font1 exch definefont...
2005 Jan 18
4
embedding fonts in eps files
Hi, I have to make eps files with fonts embedded. I use the following postscript command: postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize = 7,horizontal = FALSE, onefile = FALSE, paper = "special",family = "Times") plot(...) dev.off() Are fonts automatically embedded in this way? How can I see that? If not, how to do it? regards, Rudi.
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2007 Feb 16
0
R GUI programming
...set), "\n", sep="")) #headers <- paste("\"", colnames(.dataset), "\"", sep="") # parameters derived from input data.... dataset.label <- tklabel(boxplotcanvas, text="Select variable from dataset: ", font=font1) comboBox <- tkwidget(boxplotcanvas,"ComboBox",editable=FALSE,values=tclvalue(dataset.header)) tkgrid(dataset.label, comboBox) tkgrid.configure(dataset.label, sticky="w") tkgrid.configure(comboBox, sticky="e") } --- The same situation for if I want...
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit graphical output from R. Searching through the mail archives and reading documentation isn't helping. Is there or isn't there a working driver for this purpose. How can I get it? I tried looking at the development version of the tarballs, but I didn't find anything that looked promising in there. Also, does
2002 Mar 25
2
Extreme value distributions (Long.)
...ll rmoveto 1 index stringwidth pop mul neg 0 rmoveto show grestore } def /cl { grestore gsave newpath 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath clip newpath } def /rgb { setrgbcolor } def /s { scalefont setfont } def /R { /Font1 findfont } def /B { /Font2 findfont } def /I { /Font3 findfont } def /BI { /Font4 findfont } def /S { /Font5 findfont } def 1 setlinecap 1 setlinejoin % end .ps.prolog %%IncludeResource: font Helvetica /Helvetica findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} for...
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta Version: 1.9.0. OS: Windows XP Submission from: (NULL) (147.231.7.250) I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics displayed normally, but copying/saving it only produced an empty file. Everything works o.k. with R rel. 1.8.1. Best regards, Zdenek Valenta