figletr icon indicating copy to clipboard operation
figletr copied to clipboard

Control line wrap/line width

Open dcaud opened this issue 4 years ago • 0 comments

Can I increase the size or width of a line?

For example, the below is wrapped after the second 'a', and I'd like it all to be on one line.

> figlet('starwars', 
+        respect.linebreaks = FALSE,
+        smush = TRUE,
+        font = "starwars")
     _______.___________.    ___      .______     ____    __    ____  ___      
    /       |           |   /   \     |   _  \    \   \  /  \  /   / /   \     
   |   (----`---|  |----`  /  ^  \    |  |_)  |    \   \/    \/   / /  ^  \    
    \   \       |  |      /  /_\  \   |      /      \            / /  /_\  \   
.----)   |      |  |     /  _____  \  |  |\  \----.  \    /\    / /  _____  \  
|_______/       |__|    /__/     \__\ | _| `._____|   \__/  \__/ /__/     \__\ 
                                                                               
.______          _______.
|   _  \        /       |
|  |_)  |      |   (----`
|      /        \   \    
|  |\  \----.----)   |   
| _| `._____|_______/  

options(width = 999) didn't change anything.

dcaud avatar Aug 24 '20 01:08 dcaud