powered by
Determines if strings contain glyphs not part of a font.
glyphs_match(x, fontname = "sans", bold = FALSE, italic = FALSE, fontfile = "")
a logical vector, if a character element is containing at least a glyph that can not be matched in the font table, FALSE is returned.
Character vector of strings
Font name
Is text bold/italic?
Font file
glyphs_match(letters) glyphs_match("\u265E", bold = TRUE)
Run the code above in your browser using DataLab