Replies: 3 comments
-
You could set a viewport at 15,45,w,h |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no built in capability to define the x coordinate for a "carraige return" so this will have to be managed in the sketch. Frank's suggestion of using setViewPort(...) is an option that seems to fit in with your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks guys works like a charm
On Tue, Aug 2, 2022, 1:51 PM Bodmer ***@***.***> wrote:
There is no built in capability to define the x coordinate for a "carraige
return" so this will have to be managed in the sketch.
Frank's suggestion of using setViewPort(...) is an option that seems to
fit in with your use case.
—
Reply to this email directly, view it on GitHub
<#1945 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3MNOZGJNU4IJCF5JDGSN3VXFU37ANCNFSM55JIXAMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am confused why when i use this code the first line prints in the correct spot as if indented and the line that follows that begins on column zero is there a way to use the print line based on a custom column location?

i in the simple context of whats happening have no control over the blurb of text in the array, i guess if there is no way to do this i could take the long way around and make a helper function.
Beta Was this translation helpful? Give feedback.
All reactions