Add text in a bitmap font to a ggplot

geom_text_bdf(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  ...,
  nudge_x = 0,
  nudge_y = 0,
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE
)

Arguments

mapping, data, stat, position, ..., nudge_x, nudge_y, na.rm, show.legend, inherit.aes

See documentation for ggplot2::geom_text()