Displaying 13 results from an estimated 13 matches for "arialbi".
Did you mean:
arialbd
2011 Jul 03
1
using Arial font
...First, convert the Arial .ttf files to afm:
ttf2afm /usr/share/fonts/msttcorefonts/arial.ttf > ~/arial.afm
ttf2afm /usr/share/fonts/msttcorefonts/ariali.ttf > ~/ariali.afm
ttf2afm /usr/share/fonts/msttcorefonts/arialbd.ttf > ~/arialbd.afm
ttf2afm /usr/share/fonts/msttcorefonts/arialbi.ttf > ~/arialbi.afm
and then do the following in R:
postscript(file="try.ps", horizontal=F,
onefile=F,
width=4, height=4,
family=c("/home/stephen/arial.afm",
"/home/stephen/arialbd.afm",
"/home/stephen/ariali.afm",
"/home/ste...
2003 Mar 14
1
Using Arial font in linux
Hi,
Late last year there was a thread on r-help about installing Arial
fonts on linux machines:
http://finzi.psych.upenn.edu/R/Rhelp02/archive/8548.html
I too would like to use Arial fonts in some R plots created on my
redhat machine. I've installed the TrueType fonts from
http://corefonts.sourceforge.net/ -- there is now a directory
/usr/share/fonts/msttcorefonts/ and xlsfonts reports
2006 Dec 25
0
No fonts in graphics using GDD
...uineIntel GNU/Linux
I have configured the basefont.mapping file accordingly to the path of the
font on my computer:
base.norm:/usr/share/fonts/corefonts/arial.ttf
base.ital:/usr/share/fonts/corefonts/ariali.ttf
base.bold:/usr/share/fonts/corefonts/arialbd.ttf
base.bita:/usr/share/fonts/corefonts/arialbi.ttf
Those files exists and are present at the right place:
ls /usr/share/fonts/corefonts/arial*.ttf
/usr/share/fonts/corefonts/arial.ttf
/usr/share/fonts/corefonts/arialbi.ttf
/usr/share/fonts/corefonts/arialbd.ttf
/usr/share/fonts/corefonts/ariali.ttf
In R, when I import the GDD library and lo...
2009 Apr 24
3
Wine 1.1.19 fonts problems
...ng
The fonts dir
Code:
ls /home/wiltave/.wine/drive_c/windows/Fonts/
Andale_Mono.ttf LiberationMono-Italic.ttf
andalemo.ttf LiberationMono-Regular.ttf
arialbd.ttf LiberationSans-BoldItalic.ttf
Arialbd.TTF LiberationSans-Bold.ttf
arialbi.ttf LiberationSans-Italic.ttf
Arialbi.TTF LiberationSans-Regular.ttf
Arial_Black.ttf LiberationSerif-BoldItalic.ttf
Arial_Bold_Italic.ttf LiberationSerif-Bold.ttf
Arial_Bold.ttf LiberationSerif-Italic.ttf
Arial_Italic.ttf...
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
...evice does not recognize
the .afm files.
The code I use to test the new font is the following:
postscript(file="try.ps", horizontal=F,
onefile=F,
width=4, height=4,
family=c("C:/MyDoc/arial.afm",
"C:/MyDoc/arialbd.afm",
"C:/MyDoc/ariali.afm",
"C:/MyDoc/arialbi.afm"),
pointsize=12)
hist(rnorm(100))
dev.off()
And I get the warnings:
In postscript(file = "try.ps", horizontal = F, onefile = F, ... :
unknown AFM entity encountered
Is there another way to convert .tff files into .afm on Windows, or any
other way to use Arial in pdf/postcript...
2006 Feb 28
1
Better fonts in wine?
I'm using wine 0.9.7 from the extras repository on Fedora Core 4. I've
installed a windows program using wine. The program works very well;
however, the fonts it uses are ugly and difficult to read. The rest of
my system (KDE) uses smooth, beautiful, anti-aliased fonts, and this
windows program is the only exception.
I read the FAQ on the wine homepage, and it says to copy the
2012 Mar 23
3
Re: LiveZilla
First off, for those who have done some R&D on this with LiveZilla v3 series, kudos indeed.
I noticed LiveZilla is at v4.0.1.2 now. I have not dived into trying the installation process under Ubuntu 10.04 (32-bit and 64-bit desktop systems here) just yet, but wanted to reach out and see if anyone has tried such? Potential issues that may be encountered (with or without solutions; with
2010 Sep 20
5
Strange Font
So anyway, I have been using linux for years now, currently Fedora 12, and just recently I opened a box and found several of my old windows games. Starcraft, Heroes, Age of Empires, Stronghold, etc, some of which I installed.
Then I came to Masters of Orion. This game I figured my crappy netbook could handle, and I get a bunch of "??????????" s in place of the actual text in the
2009 Jul 23
1
$ sh winetricks dotnet11
...ricks dotnet11
Executing cabextract -q
--directory=/home/mathieu/.wine/drive_c/winetrickstmp
/home/mathieu/.winetrickscache/arial32.exe
Executing cp -f /home/mathieu/.wine/drive_c/winetrickstmp/Arial.TTF
/home/mathieu/.wine/drive_c/winetrickstmp/Arialbd.TTF
/home/mathieu/.wine/drive_c/winetrickstmp/Arialbi.TTF
/home/mathieu/.wine/drive_c/winetrickstmp/Ariali.TTF
/home/mathieu/.wine/drive_c/windows/Fonts
Executing cabextract -q
--directory=/home/mathieu/.wine/drive_c/winetrickstmp
/home/mathieu/.winetrickscache/arialb32.exe
Executing cp -f /home/mathieu/.wine/drive_c/winetrickstmp/AriBlk.TTF
/home/mat...
2006 Dec 26
1
Colored Dendrogram
...have configured the basefont.mapping file accordingly to the path of the
> font on my computer:
> base.norm:/usr/share/fonts/corefonts/arial.ttf
> base.ital:/usr/share/fonts/corefonts/ariali.ttf
> base.bold:/usr/share/fonts/corefonts/arialbd.ttf
> base.bita:/usr/share/fonts/corefonts/arialbi.ttf
>
> Those files exists and are present at the right place:
> ls /usr/share/fonts/corefonts/arial*.ttf
> /usr/share/fonts/corefonts/arial.ttf
> /usr/share/fonts/corefonts/arialbi.ttf
> /usr/share/fonts/corefonts/arialbd.ttf
> /usr/share/fonts/corefonts/ariali.ttf
>
> I...
2013 Apr 30
0
Extrafont package: Fonts are not successfully installed
...em. Continue? [y/n] y
Scanning ttf files in C:\WINDOWS\Fonts ...
Extracting .afm files from .ttf files...
C:\WINDOWS\Fonts\arial.ttf : ArialMT already registered in fonts database.
Skipping.
C:\WINDOWS\Fonts\arialbd.ttf : Arial-BoldMT already registered in fonts
database. Skipping.
C:\WINDOWS\Fonts\arialbi.ttf : Arial-BoldItalicMT already registered in
fonts database. Skipping.
C:\WINDOWS\Fonts\ariali.ttf : Arial-ItalicMT already registered in fonts
database. Skipping.
C:\WINDOWS\Fonts\ariblk.ttf : Arial-Black already registered in fonts
database. Skipping.
C:\WINDOWS\Fonts\Braille.ttf : Braille alre...
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends:
Forgot to include three more data files:
http://www.websher.net/tmp/user.reg
http://www.websher.net/tmp/system.reg
http://www.websher.net/tmp/userdef.reg
Thank you again.
Benjamin
I've been trying for some time to install my copy of Word97 (which I
own, having purchased it directly from Microsoft with my own license
number). I have tried the latest Wine 0.9.14. To do
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...ttf2afm.exe and the ttf files in a directory (eg C:/ttf2afm/)
4) Open a DOS window (using cmd). Place yourself into the created directory
(using cd). Then type
ttf2afm.exe arial.ttf > arial.afm
ttf2afm.exe arialbd.ttf > arial-Bold.afm
ttf2afm.exe ariali.ttf > arial-Oblique.afm
ttf2afm.exe arialbi.ttf > arial-BoldOblique.afm
5) Now, if you used ttf2afm.exe from MikTex you should open the created afm
files with a text editor (ex Notepad++) and correct the following things:
? Remove the copyright line (or make it start zith comment and get rid of
the (c) copyright symbol )
? At the beginni...