Displaying 4 results from an estimated 4 matches for "fontcolor".
2006 Dec 22
1
odfWeave problem
...tBold$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$ArialNormalRight$fontSize='12pt'
StyleDefs$ArialNorma...
2009 Mar 20
1
odfWeave : change of text style of output is ignored
...like to change
this to a fixed witdth font, smaller and less blue by using style
definitions in the document, but it really does not affect the output.
I tried including
getStyleDefs() -> styl
styl$ttBlue$fontname <- "Courier"
styl$ttBlue$fontSize <- "9pt"
styl$ttBlue$fontColor <- "#000000"
setStyleDefs(styl)
at the beginning of the document, but the output is still blue, not fixed
width and still 10pt.
Any ideas on how to get this to work?
/Fredrik
--
"Life is like a trumpet - if you don't put anything into it, you don't get
anything out of...
2004 Sep 22
1
S4 methods and polymorophism
...tput ---------------
> Object(1)+Object("Oui")
<ROMA> Collection of Objects: 2 objects.
ID: numeric
<ROMA> Object
Classe: numeric
FO: alignment
ID: character
<ROMA> Object
Classe: character
FO: font;fontsize;fontcolor;alignment
---------- output ---------------
I have succedded adding a method to generic "+" operator, which is
initially defined as:
> getMethod("+")
.Primitive("+")
As I understand it, the fact that it is a .Primitive call ensures the
default method for any...
2013 Nov 28
0
[Bug 58378] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...[size=128]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidiafb
Graphic is distorted once it happens the system is frozen ( with some luck I
may reach a terminal )
Before it happens the fontcolor in Windowframes changes to "white on white "
e.g. same as the background color
I run a E8410 Lifebook
BTW : Using the Nvidia proprietary drivers is not an option they made the
system unusable at all and forced me to reinstall several times
--
You are receiving this mail because:
You...