How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Changes to Symbol Fonts for Cairo Graphics Devices

calendar_today April 16, 2020 person domain r

The symbol font When drawing text in R graphics, we can specify the font “family” to use, e.g., a generic family like “sans” or a specific family like “Helvetica”, and we can specify the font “face” to use, e.g., plain, bold, or italic. R graphics provides four standard font faces, plain, bold, italic, bold-italic, and one special font face that R calls “symbol”. The following code and output demonstrate the different font faces.

open_in_new Read original post