Package: systemfonts 1.1.0.9000
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:
systemfonts_1.1.0.9000.tar.gz
systemfonts_1.1.0.9000.zip(r-4.5)systemfonts_1.1.0.9000.zip(r-4.4)systemfonts_1.1.0.9000.zip(r-4.3)
systemfonts_1.1.0.9000.tgz(r-4.4-x86_64)systemfonts_1.1.0.9000.tgz(r-4.4-arm64)systemfonts_1.1.0.9000.tgz(r-4.3-x86_64)systemfonts_1.1.0.9000.tgz(r-4.3-arm64)
systemfonts_1.1.0.9000.tar.gz(r-4.5-noble)systemfonts_1.1.0.9000.tar.gz(r-4.4-noble)
systemfonts_1.1.0.9000.tgz(r-4.4-emscripten)
systemfonts.pdf |systemfonts.html✨
systemfonts/json (API)
NEWS
# 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
Last updated 5 months agofrom:64f6187d13. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win-x86_64 | OK | Nov 21 2024 |
R-4.5-linux-x86_64 | OK | Nov 21 2024 |
R-4.4-win-x86_64 | OK | Nov 21 2024 |
R-4.4-mac-x86_64 | OK | Nov 21 2024 |
R-4.4-mac-aarch64 | OK | Nov 21 2024 |
R-4.3-win-x86_64 | OK | Nov 21 2024 |
R-4.3-mac-x86_64 | OK | Nov 21 2024 |
R-4.3-mac-aarch64 | OK | Nov 21 2024 |
Exports:as_font_weightas_font_widthclear_registryfont_fallbackfont_featurefont_infoget_fallbackglyph_infomatch_fontmatch_fontsregister_fontregister_variantregistry_fontsreset_font_cacheshape_stringstr_split_emojistring_metrics_devstring_widthstring_widths_devsystem_fonts
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get the fallback font for a given string | font_fallback |
Define OpenType font feature settings | font_feature |
Query font-specific information | font_info |
Query glyph-specific information from fonts | glyph_info |
Find a system font by name and style | match_font match_fonts |
Register font collections as families | clear_registry register_font registry_fonts |
Register a font as a variant as an existing one | register_variant |
Reset the system font cache | reset_font_cache |
Calculate glyph positions for strings | shape_string |
Split a string into emoji and non-emoji glyph runs | str_split_emoji |
Get string metrics as measured by the current device | string_metrics_dev |
Calculate the width of a string, ignoring new-lines | string_width |
Get string widths as measured by the current device | string_widths_dev |
List all fonts installed on your system | system_fonts |