Text (GDI+) wrapping bug

TimAckroyd_EF

New Member
I have a Text (GDI+) source

I'm using 'custom text extents' and have selected to 'wrap' the text.
Often just as the text is reaching the width extent the text will push off the edge of the bounding box before starting the new line - this causes the text to become cropped.
This can be forced even worse by typing many spaces at the end of a full line.
 

Attachments

  • Text wrap crop bug.png
    Text wrap crop bug.png
    27.3 KB · Views: 114

makzef

New Member
Same issue: wrap doesn't work properly, part of letter goes out of bounds and doesn't show instead of text being split into two lines.
Looks like spaces are not counted and such issue occurs.

1681982419650.png
 
Last edited:
Top