search for: boldmt

Displaying 2 results from an estimated 2 matches for "boldmt".

Did you mean: boldit
2012 Feb 09
1
Arial font in eps figures in R
...g to create a graph using Arial font (as required by PLoS One). I have read probably all posts in R-help on this topic, as wells as R-news 2006. The code I have been trying is following: Arial <- Type1Font(family="Arial", metrics=c("ArialMT.afm", "arial-BoldMT.afm", "Arial-ItalicMT.afm", "Arial-BoldItalicMT.afm")) postscriptFonts(Arial=Arial) postscript("testArial.eps", horizontal=F, onefile=F, width=4, height=4) par(family="Arial") plot(1:10, 1:10) dev.off() but getting the following error message: Error in...
2013 Apr 30
0
Extrafont package: Fonts are not successfully installed
...few minutes, depending on the number of fonts and the speed of the system. 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...