Displaying 6 results from an estimated 6 matches for "basefont".
Did you mean:
base_int
2007 Nov 20
0
Problems with fonts on linux using GDD
Hi
Apologies for this question.
I have read the help for GDD and font mapping, and it tells me that the
config file, /usr/lib/R/library/GDD/fonts/basefont.mapping is
responsible for mapping fonts to the GDD library.
However:
> .GDD.font()
[1] "/usr/X11R6/lib/X11/fonts/Type1/l048013t.afm"
[2] "/usr/X11R6/lib/X11/fonts/Type1/l048016t.afm"
[3] "/usr/X11R6/lib/X11/fonts/Type1/l048033t.afm"
[4] "/usr/X11R6/lib/X11/f...
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
...d( 4, Wx::Colour.new(0xFF,0,0) )
@sci.style_set_foreground( 5, Wx::Colour.new(0xFF,0,0xFF) )
@sci.style_set_foreground( 6, Wx::Colour.new(0xF0,0xF0,0) )
@sci.style_set_foreground( 7, Wx::Colour.new(0xA0,0xA0,0xA0) )
@sci.set_key_words( 0, ''a abbr acronym address applet area b base basefont bdo big blockquote body''+
'' br button caption center cite code col colgroup dd del dfn dir div dl''+
'' dt em fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html''+
'' i iframe img input ins isindex kbd lab...
2006 Dec 25
0
No fonts in graphics using GDD
I have problem to have fonts in graphics using GDD.
R version: R 2.2.1 (2005-12-20).
GDD version: GDD_0.1-8.tar.gz
Platform: Linux 2.6.17-gentoo-r8 #2 SMP Sat Nov 4 21:16:47 EST 2006 i686
Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
I have configured the basefont.mapping file accordingly to the path of the
font on my computer:
base.norm:/usr/share/fonts/corefonts/arial.ttf
base.ital:/usr/share/fonts/corefonts/ariali.ttf
base.bold:/usr/share/fonts/corefonts/arialbd.ttf
base.bita:/usr/share/fonts/corefonts/arialbi.ttf
Those files exists and are present at t...
2003 Mar 06
6
Followup: copy-paste graphics from R to Word on Mac OS X
After trying numerous options, I'm just about at my wits end.
The most frequent suggestion was to export to a postscript or PDF file
and import that into Word.
However, no matter what I did or how I did it, the results were
extraordinarily ugly and somewhat time-consuming.
What I've tried so far:
1. Copy and paste from the R graphics output window into Word (in Mac
OS X), this is
2008 Jul 05
18
Java Bridge Itext Example Anyone?
I MAY be able to derive something out of the present example given here
:
http://blog.codeinmotion.com/index.php/2006/12/22/pdf-generation-in-ruby-on-rails/
but this deals with filling out forms. Is there a simpler example that
just allows you to talk to itext , send it some plain text and get back
a pdf and then send that pdf to the user as downloadable / renderable
data?
--
Posted via
2006 Dec 26
1
Colored Dendrogram
...problem to have fonts in graphics using GDD.
>
> R version: R 2.2.1 (2005-12-20).
> GDD version: GDD_0.1-8.tar.gz
> Platform: Linux 2.6.17-gentoo-r8 #2 SMP Sat Nov 4 21:16:47 EST 2006 i686
> Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
>
>
> I have configured the basefont.mapping file accordingly to the path of the
> font on my computer:
> base.norm:/usr/share/fonts/corefonts/arial.ttf
> base.ital:/usr/share/fonts/corefonts/ariali.ttf
> base.bold:/usr/share/fonts/corefonts/arialbd.ttf
> base.bita:/usr/share/fonts/corefonts/arialbi.ttf
>
> Those...