figlet.Rd
FIGlet
figlet( text, font = "standard", width = getOption("width", 80), justify = "left", absolute = FALSE, strip = TRUE )
text | Text to make bigger |
---|---|
font | Name of font, path to font, or |
width | Width to use when justifying and breaking lines |
justify | Text justification to use in rendering ("left", "centre", "right") |
absolute | Logical, indicating if alignment is absolute
(relative to |
strip | Logical, indicating if whitespace (trailing, plus leading/trailing empty lines) should be removed. |
An object of class figlet_text
which is a character
vector with a handy print method and attributes font
and
text
rfiglet::figlet("FIGlet")#> _____ ___ ____ _ _ #> | ___|_ _/ ___| | ___| |_ #> | |_ | | | _| |/ _ \ __| #> | _| | | |_| | | __/ |_ #> |_| |___\____|_|\___|\__|