search for: fonttyp

Displaying 6 results from an estimated 6 matches for "fonttyp".

Did you mean: fonttype
2006 Dec 22
1
odfWeave problem
...fs() StyleDefs=origStyleDefs StyleDefs$ArialLeftBold$parentStyleName='' StyleDefs$ArialLeftBold$type='Paragraph' StyleDefs$ArialLeftBold$textAlign='left' StyleDefs$ArialLeftBold$fontName='Arial' StyleDefs$ArialLeftBold$fontSize='12pt' StyleDefs$ArialLeftBold$fontType='bold' StyleDefs$ArialLeftBold$fontColor='#000000' StyleDefs$ArialNormalRight$parentStyleName='' StyleDefs$ArialNormalRight$type='Paragraph' StyleDefs$ArialNormalRight$textAlign='end' StyleDefs$ArialNormalRight$fontName='Arial' StyleDefs$ArialNormal...
2006 Dec 23
1
bug in odfWeave
Hi, I think there is a minor bug in odfWeave. In the function odfStyleGen, the following line has an extra "=": if(length(grep("italic", thisStyle$fontType))) fontText <- c(fontText, tagattr("fo:font-style=", "italic")) This is creating an error if some text needs to be formatted as italic, since the corresponding entry in style.xml is "fo:font-style==italic". For the windows version, which I'm...
2020 Aug 06
0
[ANNOUNCE] font-misc-ethiopic 1.0.4
...l and --disable-truetype-install Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration font-misc-ethiopic 1.0.4 Egbert Eich (1): install: Make fonttypes to be installed configurable Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Matthieu Herrb (1): Typo: font.dir -> fonts.dir Mihail Konev (1): autogen: add default patch pre...
2005 Jun 11
2
italic (PR#7932)
Full_Name: G. Grothendieck Version: R version 2.1.0, 2005-05-14 OS: Windows XP Submission from: (NULL) (216.59.254.207) This code: > plot(1:10) > text(5,5,lab=expression(italic(22*"33"))) has the effect of italicizing 33 (which is a character string) but not 22 (which is not). I would have thought that both, not just 33, would be italicized. I had previously posted about this
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.
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...inf=ON -g -c plotmath.c -o plotmath.o cc-1185 c89: WARNING File = plotmath.c, Line = 916 An enumerated type is mixed with another type. return MathDevice->gp.font; ^ cc-1185 c89: WARNING File = plotmath.c, Line = 921 An enumerated type is mixed with another type. FontType prevfont = MathDevice->gp.font; ^ cc-1552 c89: WARNING File = plotmath.c, Line = 1380 The variable "s5" is set but never used. double v, s5, s16; ^ cc-1551 c89: WARNING File = plotmath.c, Line = 1926 The variable "ansBBox&quo...