dump_fontdb {string2path} | R Documentation |
Dump the Font Database
Description
For debugging purposes, extract all font faces on the font database which 'string2path' uses internally.
Usage
dump_fontdb()
Value
A tibble()
containing these columns:
- source
The source file of the font face.
- index
The index of the font face within the source.
- family
The font family of the face.
- weight
The weight of the face.
- style
The style of the face.
[Package string2path version 0.1.7 Index]