Changes in version 0.8.9 (2024-03-02) NEW FEATURES o Updated Google Fonts database. BUG FIXES o Updated the linking on Windows for upcoming version of Rtools, thanks to Tomas Kalibera. Changes in version 0.8.8 (2022-03-13) BUG FIXES o font_add() now gives a warning if the parameters are not length-one vectors. o C functions are now called using registered native symbols. Changes in version 0.8.7 NEW FEATURES o Updated Google Fonts database. BUG FIXES o Updated the documentation for font_add_google(). o Fixed the bug that db_cache = FALSE is not effective in the second call of font_add_google(). Changes in version 0.8.6 BUG FIXES o Supported UCRT on Windows, thanks to Tomas Kalibera and Uwe Ligges. Changes in version 0.8.5 (2021-08-09) BUG FIXES o Fixed the configure script, thanks to Prof. Brian Ripley. o Fixed compiler warnings. Changes in version 0.8.4 (2021-07-26) NEW FEATURES o Updated Google Fonts database. BUG FIXES o Added a new search path in the configure script (#17). Changes in version 0.8.3 (2021-01-10) BUG FIXES o Fixed a string comparison issue in the configure script (#14). Changes in version 0.8.2 (2020-11-16) NEW FEATURES o Added a new system font path for macOS, suggested by Athanasia Mowinckel (#13). o Updated Google Fonts database. Changes in version 0.8.1 (2020-05-08) NEW FEATURES o Updated Google Fonts database. BUG FIXES o Updated the download method for installation on Windows. Changes in version 0.8 (2018-10-11) NEW FEATURES o Now font_files() can report more information of the fonts, for example the family name, font face, version, and PostScript font name, suggested by pull request #7 of the binb package. o Updated Google Fonts database. Changes in version 0.7.3 NEW FEATURES o Added function font_info_google() to retrieve metadata of Google Fonts (#7), thanks to @camille-s. o Added an argument db_cache to font_info_google(), font_families_google(), and font_add_google() to force using Google Fonts API to retrieve font metadata, suggested by issue #23 of the showtext package. o Updated Google Fonts database. Changes in version 0.7.2 (2018-01-16) NEW FEATURES o Updated Google Fonts database. BUG FIXES o Fixed installation problems on Windows. Changes in version 0.7.1 (2017-09-08) BUG FIXES o Fixed the use of one deprecated function. Changes in version 0.7 (2017-09-08) API CHANGES o All previous API functions now have aliases replacing the dots with underscores in the function names, for example font_add() is equivalent to font.add(). o The "underscore" naming is preferred, and the "dot" version will be gradually deprecated. NEW FEATURES o Added a "handle" parameter to font_add_google() in order to support proxies (#4), thanks to @Sdurier. Changes in version 0.6 (2017-07-09) NEW FEATURES o Updated the included Liberation fonts to version 1.07.4. o Updated Google Fonts database. o sysfonts now uses the curl package to fetch Google Fonts files. o font.add() now supports tilde path expansion, for example font.add("xkcd", "~/xkcd.ttf") (#1), thanks to @r2evans. BUG FIXES o Added a 'cleanup' script per CRAN policies. o Registered native routines per CRAN policies. Changes in version 0.5 (2015-04-27) BUG FIXES o More robust way to fetch font list. Changes in version 0.4 (2015-01-12) BUG FIXES o Fixed a problem reported by Philippe Massicotte involving incomplete downloading of font files. Changes in version 0.3 (2014-12-22) NEW FEATURES o No longer prints message at start-up. o Now has faster loading of Google Fonts list. Changes in version 0.2 (2014-02-23) NEW FEATURES o sysfonts can now add fonts from Google Fonts (). Changes in version 0.1 (2013-12-28) NEW FEATURES o Initial release.