NEWS | R Documentation |
Updated Google Fonts database.
Updated the download method for installation on Windows.
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.
Updated Google Fonts database.
Added function font_info_google()
to retrieve metadata of
Google Fonts (#7),
thanks to
@camille-s.
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.
Updated Google Fonts database.
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.