Package: systemfonts 1.3.2.9000

Thomas Lin Pedersen

systemfonts: System Native Font Finding

Provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries on Windows, macOS and Linux for finding font files that can then be used further by e.g. graphic devices. The main use is intended to be from compiled code but 'systemfonts' also provides access from R.

Authors:Thomas Lin Pedersen [aut, cre], Jeroen Ooms [aut], Devon Govett [aut], Posit Software, PBC [cph, fnd]

systemfonts_1.3.2.9000.tar.gz
systemfonts_1.3.2.9000.zip(r-4.7)systemfonts_1.3.2.9000.zip(r-4.6)systemfonts_1.3.2.9000.zip(r-4.5)
systemfonts_1.3.2.9000.tgz(r-4.6-x86_64)systemfonts_1.3.2.9000.tgz(r-4.6-arm64)systemfonts_1.3.2.9000.tgz(r-4.5-x86_64)systemfonts_1.3.2.9000.tgz(r-4.5-arm64)
systemfonts_1.3.2.9000.tar.gz(r-4.7-arm64)systemfonts_1.3.2.9000.tar.gz(r-4.7-x86_64)systemfonts_1.3.2.9000.tar.gz(r-4.6-arm64)systemfonts_1.3.2.9000.tar.gz(r-4.6-x86_64)
systemfonts_1.3.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
systemfonts/json (API)

# Install 'systemfonts' in R:
install.packages('systemfonts', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/systemfonts/issues

Pkgdown/docs site:https://systemfonts.r-lib.org

Uses libs:
  • fontconfig– Generic font configuration library
  • freetype– Freetype 2 font engine
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

fontsfontconfigfreetypecpp

16.56 score 95 stars 1.3k packages 1.2k scripts 984k downloads 33 exports 6 dependencies

Last updated from:c3af53ae81. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK209
linux-devel-x86_64OK163
source / vignettesOK234
linux-release-arm64OK170
linux-release-x86_64OK167
macos-release-arm64OK122
macos-release-x86_64OK328
macos-oldrel-arm64OK232
macos-oldrel-x86_64OK234
windows-develOK142
windows-releaseOK172
windows-oldrelOK187
wasm-releaseOK146

Exports:add_fontsas_font_weightas_font_widthclear_local_fontsclear_registryfont_fallbackfont_featurefont_infofont_variationfonts_as_importget_fallbackget_from_font_squirrelget_from_google_fontsglyph_infoglyph_outlineglyph_rasterglyph_raster_grobmatch_fontmatch_fontsplot_glyph_statsregister_fontregister_variantregistry_fontsrequire_fontreset_font_cachescan_local_fontssearch_web_fontsshape_stringstr_split_emojistring_metrics_devstring_widthstring_widths_devsystem_fonts

Dependencies:base64encclicpp11jsonlitelifecyclerlang

Using systemfonts to handle fonts in R
A systemfonts based workflow | Using ragg | Extra font styles | Fonts from other places | Font embedding in SVG | Want more?

Last update: 2025-10-01
Started: 2025-05-13

Typography and R
Digital typography | Typeface or font? | Font files | Text shaping | Font handling in R | Fonts and text from a user perspective | Fonts and text from a graphics device perspective

Last update: 2025-09-30
Started: 2025-05-13

systemfonts C interface
Font matching | Glyph metrics | Retrieving cached freetype face | Check for Freetype compatibility | Font fallback | Font Weight | Family name | Emoji location

Last update: 2025-09-29
Started: 2019-10-21