The only font currently available is 'spleen' - a monospace bitmap font from: https://github.com/fcambus/spleen

nr_text(nr, str, x, y, colour = "black", fontsize = 8)

Arguments

nr

nativeRaster image

str

character string [scalar]

x, y

coordinates of lower-left corner of text. [scalar]

colour

Color as a character string. Either a standard R color or a hex colour of the form #rrggbbaa or #rrggbb

fontsize

height of font in pizels. Only valid values are 8, 12 and 16. Default: 8.

Details

The 'spleen' font is licensed under BSD and the license is included in this package as "LICENSE-spleen.txt"