search for: pdfbasename

Displaying 1 result from an estimated 1 matches for "pdfbasename".

Did you mean: d_basename
2011 Sep 14
0
pdf font example
...ont types for (i in 1:length(bera.names)) { ? stopifnot( file.exists(paste(absolute.path.to.font.files, bera.names[i], ".afm", sep="")) ) ? stopifnot( file.exists(paste(absolute.path.to.font.files, bera.names[i], ".otf", sep="")) ) } pdf.start <- function(pdfbasename, ...) { ? options( pdf.current=pdfbasename ) ?## we need to store the file name ? ## the first argument, the name, does not seem to be used ? berasans <- Type1Font("BeraSans", paste(absolute.path.to.font.files, bera.names, ".afm", sep="")) ? pdf(file = paste(pdfbase...