plot.glyph_polygon: Plotting function for glyph outline in polygon form

Description Usage Arguments Author(s) See Also Examples

View source: R/glyph_outline.R

Description

This function plots glyph outline polygons of class "glyph_polygon", typically returned by the function glyph_polygon().

Usage

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

Arguments

x

A glyph outline object of class "glyph_polygon"

...

Additional arguments passed to plot()

Author(s)

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

See Also

glyph_polygon()

Examples

1
2
R = glyph_polygon("R", family = "sans", face = "bold")
plot(R)

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