Skip to contents

Diagnoses whether a handwriting-style font is available on this device. The sketch look in ggsketch comes from geometry, not fonts, so this is purely cosmetic (ADR-0005).

Usage

ggsketch_check_fonts(fonts = sketch_font_candidates())

Arguments

fonts

Character vector of font families to check. Defaults to the same candidate list geom_sketch_text() resolves against — preferred handwriting faces first, then fonts preinstalled on Windows / macOS.

Value

Invisibly returns a logical vector (font available?); prints a formatted report.