Print sample text to screen
bdf_print_sample( bdf, text, width = NULL, wrap = TRUE, trim = TRUE, line_height = NULL, zero = " ", one = "#" )
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 |
zero, one | characters to use to represent zero and one |