Displaying 1 result from an estimated 1 matches for "fvsro8a".
Did you mean:
fvsbo8a
2011 Sep 14
0
pdf font example
...which you can create online with a number of font converters.
file.exists <- function( fname ) length(Sys.glob(fname))>0
absolute.path.to.font.files <- GIVE THE DIRECTORY HERE # ./
(relative) will not work with ghostscript
bera.names <- c("fvsr8a","fvsb8a","fvsro8a","fvsbo8a") # roman, bold,
italic, bold-italic
## use 'http://www.freefontconverter.com/' or
http://www.files-conversion.com/font-converter.php
## if you do not have the correct font types
for (i in 1:length(bera.names)) {
? stopifnot( file.exists(paste(absolute.path.to.font...