Get data frame of font information for a font file
Value
Data frame obtained by systemfonts::system_fonts with one row
Examples
get_font_df("RUB Scala TZ.ttf")
#> Warning: ✖ Font file "RUB Scala TZ.ttf" could not be found
#> ℹ Using fallback font "DejaVuSans" instead
#> This warning is displayed once per session.
#> # A tibble: 1 × 9
#>   path                    index name  family style weight width italic monospace
#>   <chr>                   <int> <chr> <chr>  <chr> <ord>  <ord> <lgl>  <lgl>    
#> 1 /usr/share/fonts/truet…     0 Deja… DejaV… Book  normal norm… FALSE  FALSE    
