You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to SWT auto-scaling, we still have artifacts due to rounding errors in StyledText, as areas are not rendered consistently.
In my opinion, it is wrong to use auto-scaling for custom-rendering a canvas like in StyledText, as TextLayout is only based on fonts and their sizes and needs to calculate around the SWT auto-scaling functionality. So maybe we should try to apply a static zoom concept like for GEF also for StyledText (see #220).
Due to SWT auto-scaling, we still have artifacts due to rounding errors in StyledText, as areas are not rendered consistently.
In my opinion, it is wrong to use auto-scaling for custom-rendering a canvas like in StyledText, as TextLayout is only based on fonts and their sizes and needs to calculate around the SWT auto-scaling functionality. So maybe we should try to apply a static zoom concept like for GEF also for StyledText (see #220).
See also #196 (comment):
The text was updated successfully, but these errors were encountered: