Displaying 5 results from an estimated 5 matches for "myfont".
2011 Jun 26
2
Only one strip with italic font.
Hi R users:
How can I obtain an italic font only
for one of the two strips in a xyplot?
library(lattice)
t<-rep(seq(0,10,5),4)
logCFU<-c(2,2.5,3,4,4.5,1.5,2,2.5,3,3.4,2,2.5)
microorg<-factor(rep(c("E. coli","L. monocytogenes"),each=6))
tratam<-factor(rep(c("t1","t2"),6))
xyplot(logCFU~t|microorg+tratam,type="p",
2011 Mar 30
4
fonts in mosaic
I need to change the font(s) used in mosaic from package vcd.
The help file and the vignette do not give very explicit examples for
doing that.
The easiest solution would be changing the font for everything
on the graph: var labels, var names, title, subtitle, and cell labels.
What is the easiest way of accomplishing this?
2007 Aug 24
2
setting the font in FXText
I have subclassed a FXDialogBox and put a FXText in it for displaying a
hex dump in my application. I want to change the font to a courier type
font since it''s a hex dump. When do the following it works as expected:
# A little dialog box to use in our tests
class FXTextDialog < FXDialogBox
def initialize(owner)
# Invoke base class initialize function first
super(owner,
2011 Aug 05
0
additional fonts on centos 6 (Jerry Geis)
...> These dont seem to be in CentOS 6 . How do I add fonts to openoffice for CentOS 6?
> Thanks,
> Jerry
Usually, when I want to add fonts in centos(5.X or 6.0 ), I use this way:
(under root permission, or use "sudo" to execute the following commands)
cp /my/font /usr/share/fonts/myfont -Rf
cd /usr/share/fonts/myfont/
mkfontscale
mkfontdir
fc-cache
These works in gnome desktop for adding fonts in openoffice/libreoffice, hope this help you!
Cheers,
Simon.Sun.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/cent...
2009 Sep 15
1
Powered by Xapian
Hi,
I'm not so far, by now, of publicly releasing the next version of our
web site which is extensively using Xapian, so I thought it was time to
say "thank you" by adding in the footer and in the "credits" page of my
site the Xapian logo with a link back to the Xapian web site.
I was surprised to discover how hard it was for me to find how to do...
I'm not a