I'm looking for a way to display fully justified text (flush left and right) in Max / Jitter.
ideally, I would want to display my text with gl objects (jit.gl.text2D / 3D) , but any solution to display justified text in Max (LCD, jit.lcd, jit.Mgraphic, JSUI, …) would be really helpful.
in fact, I'm very surprised by the lack of solution, documentation & post about it ;
any decent text editor or any software that can produce image containing text can do that very easily.
Programming full text justification in Max would really be a pain ; you'll need to know the width of each char depending of font style & size, and adjust "tracking" (intra-character spacing) accordingly, to fill a "page" width...
I can't believe that everybody who needs to display dynamic text in a Max / Jitter installation is content with only left/center/right text aligned…
any thought ?
many thanks in advance...
Mathieu