search for: typeface

Displaying 20 results from an estimated 36 matches for "typeface".

2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all, I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e (Tru64, or whatever they call it... :-) ). configure reports the following configuration: R is now configured for alphaev6-dec-osf4.0e Source directory: . Installation directory: /astro/local C compiler: gcc -mieee -g -O2 C++ compiler: c++ -g -O2 FORTRAN
2001 Jun 25
5
Trouble compiling R-1.3.0 under Tru64
Dear all, I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e (Tru64, or whatever they call it... :-) ). configure reports the following configuration: R is now configured for alphaev6-dec-osf4.0e Source directory: . Installation directory: /astro/local C compiler: gcc -mieee -g -O2 C++ compiler: c++ -g -O2 FORTRAN
2002 Feb 23
2
wine-users digest, Vol 1 #1005 - 6 msgs
...; "LPT1:" = "|lpr" [WinMM] "Drivers" = "wineoss.drv" "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv" [Tweak.Fonts] "System.Height" = "<point size>" # Sets the height of the system typeface "System.Bold" = "[false]" # Whether the system font should be boldfaced "System.Italic" = "[false]" # Whether the system font should be italicized "System.Underline" = "[false]" # Whether the system font should be underlined "...
2007 Oct 30
3
strwidth of bold font
Hi! Is there a way to get the string width of the bold typefaces? like: strwidth("text", family = "serif", font = 2). Thanks Roland
2013 Jan 17
0
How do I get Garamond font in R?
...rights reserved. Monotype Garamond® is a trademark of Monotype Typography, Ltd which may be registered in certain jurisdictions. Trademark Monotype Garamond® is a trademark of Monotype Typography, Ltd which may be registered in certain jurisdictions. Description Monotype Drawing Office 1922. This typeface is based on roman types cut by Jean Jannon in 1615. Jannon followed the designs of Claude Garamond which had been cut in the previous century. Garamond's types were, in turn, based on those used by Aldus Manutius in 1495 and cut by Francesco Griffo. The italic is based on types cut in France ci...
2011 Jul 25
2
Selecting unique values
Greetings I have a dataset with occurrence records of multiple species. I need to get rid of multiple listings of the same occurrence point for a species (as you see below in red and blue typeface). How do I create a dataset only with unique set of longitude and latitude for each species? Thanks in advance. Species_name Longitude Latitude Abies concolor -106.601 35.868 Abies concolor -106.493 35.9682 Abies concolor -106.489 35.892 Abies concolor -106.496 35.8542 Accipiter cooperi -119.688 3...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...// else if (esc[1] == 'I') - // esc[1] = '2'; - // else if (esc[1] == 'B') - // esc[1] = '3'; - - // if (esc[1] == 'P') /* \fP seen, so go back to previous font */ - // raw_fontnum = previous_raw_fontnum; - // else /* font specified as index into typeface */ - // { - // int new_font_index = esc[1] - '0'; + if (esc[1] == 'R') + esc[1] = '1'; + else if (esc[1] == 'I') + esc[1] = '2'; + else if (esc[1] == 'B') + esc[1] = '3'; + + if (esc[1] == 'P') /* \fP seen, so...
2001 Mar 31
1
Corel Draw 4 can't find fonts
I now have almost all my Windows programs running fine under codeweavers wine 20010112-1 except Corel Draw 4 (16-bit), which seems to work fine except it cannot find any fonts except the symbol typeface it ships with. I have tried starting it from .../windows/fonts and from its home directory but nothing changes its behavior. Must I install TT fonts on my Linux system for Corel Draw to find them under wine? If so, I will do it, but I would prefer it to find the fonts installed under Windows. Wha...
2023 Jul 21
2
plotly question
..."red")), >> threshold = list( >> line = list(color = "black", width = 6), >> thickness = 0.75, >> value = 4800))) >> >> How can I change the indicator color from green to some other color? >> >> How can I change the typeface and font size of the speedometer tick mark font size? >> >> Thomas Subia >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>...
2023 Jul 21
1
plotly question
..., color = "white"), ??? list(range = c(4800, 6000), color = "red")), ??? threshold = list( ??? line = list(color = "black", width = 6), ??? thickness = 0.75, ??? value = 4800))) How can I change the indicator color from green to some other color? How can I change the typeface and font size of the speedometer tick mark font size? Thomas Subia [[alternative HTML version deleted]]
2010 Oct 20
1
Getting the size of text
Dear list I am interested n developing a graph using plot() and text() commands in which several text strings will be placed within the plot area I would like some way to get the size (width and height), either in pixels or using the plot's coordinate system, of text strings, based on the typeface/font size assigned for writing text in the plot area. Is therre function that can do this? I have seen in one of my R books reference to accessing text properties, including size, but do not see any specific functions mentioned. Thanks Barth ________________________________ PRIVILEGED AND CONF...
2003 Dec 14
1
contour() should handle the asp parameter
...w() plot.window(xlim, ylim, asp=asp,"") title(...) } if (!is.double(z)) storage.mode(z) <- "double" method <- pmatch(method[1], c("simple", "edge", "flattest")) if (!is.null(vfont)) vfont <- c(typeface = pmatch(vfont[1], Hershey$typeface) - 1, fontindex = pmatch(vfont[2], Hershey$fontindex)) if (!is.null(labels)) labels <- as.character(labels) .Internal(contour(as.double(x), as.double(y), z, as.double(levels), labels, labcex, drawlabels, method, vfont, col =...
1997 Sep 11
1
R-alpha: Mathematical Annotation in R (plots)
...the special mathematical function {\tt abs}. For example, {\tt abs(x)} produces $\left|x\right|$. \item[juxtaposition] multiple terms are juxtaposed using the special mathematical function {\tt paste}. For example, {\tt paste(over(b, 2), y, sum(x))} produces ${b\over2} y \sum x$. \item[typeface changes] the default font in mathematical expressions is italic (except for terms which are symbols). A new typeface is specified using the special mathematical functions {\tt bold}, {\tt italic}, {\tt plain}, and {\tt bolditalic}. For example, {\tt plain(X)[i]} produces ${\rm X}_i$. These f...
2023 Jul 21
1
plotly question
...(range = c(4800, 6000), color = "red")), > threshold = list( > line = list(color = "black", width = 6), > thickness = 0.75, > value = 4800))) > > How can I change the indicator color from green to some other color? > > How can I change the typeface and font size of the speedometer tick mark font size? > > Thomas Subia > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/li...
2005 Jun 22
3
OT: OS X graphics tool
Hey all, Seeing the success of the OT: OS X MySQL tool thread, I thought I''d ask about the tools you guys use for your graphics editing/creating. Like many others, I too made the switch to Apple, and its been an absolute joy so far. I''m an independent contractor/consultant who''s comfort zone is in making admin websites to manage data. With this role comes making little
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
2007 Apr 20
3
Developing Marketing materials ...
Hi, I am working on developing a professional Marketing Materials for my systems. I plan on using a very good(expensive) company to do that so splitting the costs with several people would be nice. Let me know if you are interested on taking part in it. robert -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 23
1
[LLVMdev] Naming conventions in LLVM code
Are there standard naming conventions in LLVM code? Most of the variable, member function, and member variable names seem to be camelcase, beginning with either lowercase or uppercase, or initialisms. But there are exceptions, e.g. some parts of classes dealing with iterators use an STL naming convention with underscores. Is this written down anywhere? Thanks, Cameron
2011 Feb 20
0
[LLVMdev] Fwd: Windows/Visual Studio 2010 warnings (WARNINGS!)
...documentation.  If you stumble across the site and wanna get flying right away, you will hit the ground shortly after. Perhaps something could be done to make life easier on newbies like myself.  Here's a couple of ideas: 1. "The LLVM Getting Started Guide" could be written in bold typeface. 2. At the very top of "The LLVM Getting Started Guide" could be a bold link to the "Getting Started with the LLVM System using Microsoft Visual Studio" page. Those are just my two cents. I didn't intend to imply that Linux, Mac OS X, or FreeBSD guys are less than Windows...
2003 Nov 01
0
html glitches with help?
...items marked with \code{} appeared fainter than the other text, and were a little hard to read. I'd expect them to be bolder. Perhaps the R.css style sheet could be tweaked for this? R 1.7.1-1 on Debian GNU/Linux Viewed with Mozilla 1.4 Konqueror from KDE 3.1.3 looked very similar, except the typeface for \code was identical to that of the rest. Sample excerpt from the .Rd file: \value{returns a list: \item{singles}{data frame, one row per simulation, with the following columns: \tabular{ll}{ coefficients \tab one column per variable\cr \code{pi1} \tab conditional probab...