R/print-bdf.R
bdf_print_sample_compact.RdPrint sample text to screen using compact unicode block characters
bdf_print_sample_compact( bdf, text, width = NULL, wrap = TRUE, trim = TRUE, line_height = NULL )
| bdf |
|
|---|---|
| text | string |
| width | desired output width for output. Default: NULL means to use the current console width |
| wrap | wrap the text into separate lines using |
| trim | trim the text at the consolve width. default: TRUE |
| line_height | This value is used for vertical spacing between lines of text when
the text is wrapped. If |