search for: gdd_look_up_font

Displaying 3 results from an estimated 3 matches for "gdd_look_up_font".

2006 Apr 12
1
using GDD fonts
Hi I was searching for some X replacement for my job in R and i found the GDD I installed it and I match all the system requirements. My problem (maybe a dumb one) is that every plot comes with no font and i cant find a simgle example of a plot WITH FONT DETAIL in the list can anybody help me? a simple example: library(GDD) GDD("something.png", type="png", width = 700,
2006 Dec 25
0
No fonts in graphics using GDD
...fonts/arial*.ttf /usr/share/fonts/corefonts/arial.ttf /usr/share/fonts/corefonts/arialbi.ttf /usr/share/fonts/corefonts/arialbd.ttf /usr/share/fonts/corefonts/ariali.ttf In R, when I import the GDD library and look at the font path, they are correct: > library('GDD') > .Call("gdd_look_up_font", NULL) [1] "/usr/share/fonts/corefonts/arial.ttf" [2] "/usr/share/fonts/corefonts/arialbd.ttf" [3] "/usr/share/fonts/corefonts/ariali.ttf" [4] "/usr/share/fonts/corefonts/arialbi.ttf" [5] NA When I create a graphic, there is no font: > library(GDD)...
2006 Dec 26
1
Colored Dendrogram
...refonts/arial.ttf > /usr/share/fonts/corefonts/arialbi.ttf > /usr/share/fonts/corefonts/arialbd.ttf > /usr/share/fonts/corefonts/ariali.ttf > > In R, when I import the GDD library and look at the font path, they are > correct: > > library('GDD') > > .Call("gdd_look_up_font", NULL) > [1] "/usr/share/fonts/corefonts/arial.ttf" > [2] "/usr/share/fonts/corefonts/arialbd.ttf" > [3] "/usr/share/fonts/corefonts/ariali.ttf" > [4] "/usr/share/fonts/corefonts/arialbi.ttf" > [5] NA > > > When I create a graphi...