We are about to switch to a new forum software. Until then we have removed the registration on this forum.
If I set textLeadingM
to 25, does that mean each line of text is 25 pixels in height? I was wondering about this because I am creating a little text editor for myself with line numbers.
Answers
https://processing.org/reference/textLeading_.html
doesn't affect the size of the letters but does affect the space between adjacent lines. see the above example.