jit.gl.text2d and kerning
I tried using jit.gl.text2d for some text display in a project but run across the problem that text2d is cutting part of the characters due to the kerning in the font (see attached pic).
This is getting even worse, when I use italic.
Is there anything I am missing? Can I change this behaviour? I do not want to use tracking (at least not that mouch), as the gap is getting to much for the rest of the text.
text3d is no option for me at the moment, because the letter quality is not up to text2d (I can not use any antialiasing as I send the vid via syphon).
Last option would be jit.lcd, but I really would like to stay with text2d.
Is there any help for me? :)
i'd suggest to use jit.mgraphics instead
a while ago i made these help files:
https://cycling74.com/forums/sharing-jit-mgraphics-help-patches/
hmmm, no carriage return for mgraphics (same with jit.lcd). Is there actually a benefit in comparison to jit.lcd?