List system and registryfonts details into a data.frame containing columns foundry, family, file, slant and weight.
Examples
sys_fonts()
#> # A tibble: 145 × 6
#> path index family style weight italic
#> <chr> <int> <chr> <chr> <ord> <lgl>
#> 1 /usr/share/fonts/type1/urw-base35/URWGothic… 0 URW G… Book… normal FALSE
#> 2 /usr/share/fonts/truetype/lato/Lato-ThinIta… 0 Lato Thin… ultra… TRUE
#> 3 /usr/share/fonts/truetype/liberation/Libera… 0 Liber… Bold bold FALSE
#> 4 /usr/share/fonts/truetype/lato/Lato-Semibol… 0 Lato Semi… semib… TRUE
#> 5 /usr/share/fonts/type1/urw-base35/NimbusMon… 0 Nimbu… Bold… bold TRUE
#> 6 /usr/share/fonts/truetype/liberation/Libera… 0 Liber… Bold bold FALSE
#> 7 /usr/share/fonts/opentype/urw-base35/Nimbus… 0 Nimbu… Bold… bold TRUE
#> 8 /usr/share/fonts/type1/urw-base35/NimbusRom… 0 Nimbu… Regu… normal FALSE
#> 9 /usr/share/fonts/truetype/lato/Lato-MediumI… 0 Lato Medi… medium TRUE
#> 10 /usr/share/fonts/type1/urw-base35/NimbusRom… 0 Nimbu… Ital… normal TRUE
#> # ℹ 135 more rows