NEWS | R Documentation |
Updated Google Fonts database.
Fixed installation problems on Windows.
Fixed the use of one deprecated function.
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()
.
The "underscore" naming is preferred, and the "dot" version will be gradually deprecated.
Added a "handle
" parameter to font_add_google()
in
order to support proxies
(#4), thanks to
@Sdurier.
Updated the included Liberation fonts to version 1.07.4.
Updated Google Fonts database.
sysfonts now uses the curl package to fetch Google Fonts files.
font.add()
now supports tilde path expansion,
for example font.add("xkcd", "~/xkcd.ttf")
(#1),
thanks to @r2evans.
Added a 'cleanup' script per CRAN policies.
Registered native routines per CRAN policies.
More robust way to fetch font list.
Fixed a problem reported by Philippe Massicotte involving incomplete downloading of font files.
No longer prints message at start-up.
Now has faster loading of Google Fonts list.
sysfonts can now add fonts from Google Fonts (https://fonts.google.com/).
Initial release.