plot.glyph_bitmap: Plotting function for bitmap glyph

Description Usage Arguments Author(s) See Also Examples

View source: R/glyph_bitmap.R

Description

This function plots a bitmap glyph of class "glyph_bitmap", typically returned by the function glyph_bitmap().

Usage

1
2
## S3 method for class 'glyph_bitmap'
plot(x, ...)

Arguments

x

A bitmap glyph of class "glyph_bitmap"

...

Additional arguments passed to image()

Author(s)

Yixuan Qiu <http://statr.me/>

See Also

glyph_bitmap()

Examples

1
2
f = glyph_bitmap("fontr", family = "serif", face = "italic")
plot(f)

yixuan/fontr documentation built on May 4, 2019, 5:29 p.m.