Changes in version 0.20 (2025-09-24) o Added Authors@R field in description to comply with CRAN requirements o Maintainer change. Frederic Bertrand is now the maintainer of the package. (https://github.com/wch/Rttf2pt1/issues/25#issuecomment-3320579566). Changes in version 0.19 (2023-01-18) o Fixed #94: the regular expression for finding .pfa and .pfb files was incorrect. (#95) o Added `/usr/local/share/fonts/` to set of search paths on Linux. (#96) Changes in version 0.18 (2022-04-12) o Extrafont now supports .pfa files in addition to .pfb files. (thanks to Paul Murrell) o `loadfonts()` now has a new default device, `"all"`, which loads fonts for all devices. (Thanks to Jeff Arnold) o Properly handles the encoding of the path of the executable of Rttf2pt1. (Thanks to Gabriel Magno) Changes in version 0.17 (2014-12-08) o Change \donttest{} entries to \dontrun{}. o Suppress spurious warnings from readLines() in afm_get_info(). o Remove "Character" entry in AFM files because grDevices doesn't understand it. (Thanks to gvfarns) Changes in version 0.16 (2014-03-19) o When importing fonts, don't create duplicate entries. (Fixes #31. Thanks to Dylan Schwilk) Changes in version 0.15 (2013-08-30) o Fix handling of filenames with spaces in R <= 2.15.2. Changes in version 0.14 (2013-04-11) o Workaround for a bug in ghostscript: if the fontmap path includes the string "Resources", it gives an error. Now, in this situation, a temporary symlink is made to the fontmap path. (Thanks to Kohske Takahashi) o `loadfonts(quiet=TRUE)` no longer displays warning messages. Changes in version 0.13 (2012-12-21) o embed_fonts() now can handle filenames with spaces. o A new function choose_fonts() has been added, which allows the user to specify a set of fonts, and it will return the first one available on the current system. (Thanks to Jeffrey Arnold) o Imported fonts are now automatically registered when extrafont is attached. (Thanks to Jeffrey Arnold) Changes in version 0.12 (2012-11-01) o One of the Linux font search paths has been changed to /usr/share/fonts, so that it works with Arch and Gentoo. o extrafont now searches in the user font directory, ~/.fonts on Linux and BSD, and ~/Library/Fonts on Mac OS X. Changes in version 0.11 (2012-08-24) o extrafont now ignores case when searching for font files. o All metrics are imported from Truetype fonts. Previously, only the metrics for Latin1 were imported. This fixes problems where hyphens and minus signs were not allocated enough space. (Thanks to Brian Kriegler and Erik Iverson for their investigation of the problem. Fixes #11) o The AFM (font metrics) files are now gzipped. Changes in version 0.10 (2012-07-08) o A default Truetype font search path for FreeBSD has been added. (Thanks to Rainer Hurling) o extrafont now also makes it easy to use fonts for bitmap output on Windows. Use `loadfonts("win")` to register the fonts in Windows. o loadfonts() now has a `quiet` option to suppress output.