Dear all, When wrap is applied, successive tailing
whitespace causes some problem. Successive tailing whitespace gets out layout’s
width range despite of character wrap. When I investigate it, below code cause
above situation. (pango/pango/break.c :
pango_default_break() 1013 lines)
My question is 1.
What’s the reason of
above code? (why break is prohibited when break_type is G_UNICODE_BREAK_SPACE?) 2.
Do you know good solution? (fore
reference, I used pango 1.26.1 version) Best Regards, Deokjin kim |