Displaying 20 results from an estimated 60000 matches similar to: "text"
2005 Dec 13
1
Help with fonts
I recently changed to a new computer and reinstalled linux. I'm
not happy with the current fonts and I see that the whole fonts
area has been revamped, so any old notes I have are obsolete.
Can anyone help me out?
The first and major issue is that when an installation program I
am running tries to display "C:\Program Files" it comes out
looking like CWProgram Files.
Having
2009 Oct 22
3
PDF too large, PNG bad quality
I wish to save a scatter plot comprising approx. 2 million points
in order to include it in a LaTeX document.
Using 'pdf(...)' produces a file of size about 20 MB, which is
useless.
Using 'cairo_pdf(...)' produces a smaller file, around 3 MB. This
is still too large. Not only that the document will be too large,
but also PDF viewers choke on this. Moreover, Cairo has problems
2011 Feb 11
1
windows/fonts files interference (bug?)
Hello.
I'm running wine-1.3.12 on Fedora 14 and I found out that, since the last update, wine has issues when additional .ttf files are put in windows/fonts directory - wine picks them as a default font for GUI rendering. I tried putting in/out several different ttf files, and the results were mixed. Sometimes the font was picked. Sometimes ignored. And sometimes it caused wine to miss the
2010 Oct 06
2
text() background
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;
mso-font-charset:1;
mso-generic-font-family:roman;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
2010 Jun 30
2
plain text in Chinese can not be set
Hi there,
According to ?par, 'font' is an integer which specifies which font to
use for text, that 1 corresponds to plain text (the default), 2 to bold
face, 3 to italic and 4 to bold italic.
When I test Chinese character in pdf(), I found that 1 to bold face, 2
to italic, 3 to bold italic, 4 to symbol. and I don't find how to set
plain text. In the following code, the font to use
2011 Oct 26
1
set different font family for strings in mtext or text?
Hi there,
Is it possible to set different font family for strings in mtext or text?
For example, on windows platform with windows() device:
plot(1:10, type = "n")
text(5,5, "Chinese (English)") #Chinese for Chinese characters
it will give the correct Chinese and English characters with two
different font family, i.e., English character in default sans family,
and Chinese
2005 May 16
5
xbox asterisk?
http://www.pbs.org/cringely/pulpit/pulpit20050512.html
interesting comment this week about the Xbox - any intelligent thoughts
here?
I know the price point puts it above most users Asterisk outlay (I run
mine on a $100 P3 -800)
But interesting to see what happens if people start running video
conferencing etc on their home asterisk servers, and lets face it where
else can you buy this
2011 Oct 25
0
Sprocket Digest + Debug combination broken?
Hi all,
we''re just in the process of upgrading to the new asset pipeline, but I''m
having an annoying issue with Sprockets.
It turns out that I can''t enable both *debug* and *digest* in development
mode. When I do, I get a Errno::ENAMETOOLONG because the digest becomes the
*entire* *content* of the file instead of a hex. I get this with both sass
and javascript.
2016 Apr 04
0
multiple bar plot annotation text labelling
Use only plain text emails. Don't attach file types that will be stripped. See the footer at the bottom of your email for more information.
Do give us the data using dput():
> dput(testbarplot)
structure(list(V1 = c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), V2 = c(3L,
8L, 1L, 9L, 5L, 4L, 2L, 0L), V3 = structure(c(1L, 2L, 3L, 4L,
3L, 5L, 6L, 7L), .Label = c("A", "B",
2004 Oct 07
3
fail-safe boot - how can this be done?
I'm installing syslinux on an embedded board that will only be reachable via boat+hike or helicopter. This will be a somewhat experimental platform, so I can't make a read-only filesystem on CF. What I'd like is to have two root filesystems on a CF card, one that is a read-only "fail-safe", and a 2nd that is the "normal" system I experiment with. What I'm
2008 Aug 28
1
Font display problem with Text in UML-Notes of Enterprise Architect (wine-1.1.3 in Ubuntu Hardy)
Hi,
I'm having medium success with Enterprise Architect 7.1 in wine.
While crossover-office-6.0.0 (in Ubuntu Edgy) is able to display the fonts in
the:
+ Key-Store Config dialog (where you have to enter the product keys)
+ UML diagram (class diagram) NOTES-Item
-
this does NOT work with wine-1.1.3 and also the last wine version before 1.0
in Ubuntu (different versions).
The strange thing
2012 Aug 22
1
multiline text() with different cex sizes
This question has probably been asked & answered before, but I can't
find it: How to print a
multiline figure caption in a plot, where different lines have different
fonts and font sizes,
and so that the lines of text are spaced in a reasonable way.
Here's a simple example, where I have to keep tweaking the y coordinate
and the
cex combos, while I also manually adjust the aspect
2011 May 11
1
mtext text size (cex) doesn't match plot
Hi,
I am using mtext instead of the ylab argument in some plots because i
want to move it away from the numbers in the axis. However, the text
in the X axis,
for example:
par(mar=c(5, 5.5, 4, 2));
plot(data, main="plot name", xlab= 'X axis', ylab="",
font=2, cex.lab=1.5, font.lab=2, cex.main=1.8);
mtext('Y axis', side=2, cex=1.5, line=4,
2016 Apr 04
2
multiple bar plot annotation text labelling
Readers,
The attempt is to create a bar plot with text labels adjacent to each
datum value.
Data file:
1,3,A
1,8,B
1,1,C
1,9,D
2,5,C
2,4,E
2,2,F
2,0,G
testbarplot<-read.csv('data1.csv', header=FALSE)
barplot(axes=FALSE, ann=FALSE, horiz=TRUE, testbarplot[,2], ylab=
'group', xlab= '(x values)', space=c(1,0,0,0, 1,0,0,0))
text(testbarplot[,2], testbarplot[,1],
2013 Jan 23
1
italic font for legend text when using expression function for symbols
Hello,
I'm trying to add a symbol (Delta) to plot legend with text using
"expression(paste())" but this disables the text.font that allows to use
bold or italic text.
as follows:
x=c(1:10)
y=c(1:10)
plot(x,y)
legend(1,10,legend=c("A","B","C",expression(paste(Delta, D))),
pch=c(24,18,17,16),cex=2,text.font=3,bty="n")
Any suggestion to
2005 Dec 01
1
Can''t add text to FXCanvas
I have a ruby program that uses a FXCanvas, and I have attached a FXDCWindow
to control it. It lets me draw lines, rectangles and ellipses, but not text.
If I attempt to draw text, I get the following error
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application''s support team for more information.
>Exit code: 3
I also get this
2006 Jul 21
1
: Arial font for text in lattice plots under Linux
Hi,
I have been asked by a publisher to change the font style of a lattice
plot in my manuscript. I have consulted documentation on trellis
graphics and the excellent book "R graphics", but am still not sure how
I could create plots with Arial as the font style for text in the plot.
I am running R (Version 2.3.1 (2006-06-01)) under debian Linux. I have
msttcorefonts installed.
2017 Jul 08
1
[Rd] italic font on cairo devices in R 3.4
Hi Ilia,
You may want to have a try of the showtext package
(https://github.com/yixuan/showtext). Below is a quick example:
library(showtext)
showtext.auto()
pdf("test.pdf")
## Use the "sans" font family provided by the showtext package
## font == 3 means italic font face
plot(1, xlab = "Unicode characters: \u00C0 \u00C6 \u00D8",
family = "sans",
2009 Jun 06
1
Re: Compatibility regression after migrating to 64 bit Linux
Leonardo Ferreira Font... wrote:
>
> And I managed to upload an screenshot at:
> http://leonardof.org/houaiss-com-defeito.png
>
>
Could be this: http://wiki.winehq.org/FAQ#head-8db18a5bcede469b4862c5771120099cbf0a07a3
2011 May 14
36
LiveZilla
Hey there
I've been using wine for various application and I'm wondering if anybody got enough luck working out livezilla in wine I've tried everything possible core fonts and netframework 2.0
Is it possible to run it under wine at all? what about netframework 3.5?