Hi Sebastian,. I see something similar if I increase the UI scale factor with GSScaleFactor, except text has gaps in it instead of being bunched together.
I tracked that problem to the method -[NSLayoutManager drawGlyphsForGlyphRange:atPoint:] which is hard to understand and seems to be buggy. I started a rewrite of that method a while ago but never finished it. If you want, you could try applying the attached patch and see if it fixes your problem. The patch fixes the spacing problems I observed, but it is incomplete; it may not properly change styles when drawing an attributed string (and it's also slow) - so it's not ready to apply. Eric
FixedDrawGlyphs7.diff
Description: Binary data
On 2011-10-31, at 10:25 AM, Sebastian Reitenbach wrote: > Hi, > > don't know when this started, or maybe its a default I've set? > Some texts in applications are looking fairly ugly. Some letters appear > fairly squeezed together. On the console I don't see any warnings regarding > fonts. Also the cursor in GWorkspace Run dialog is blinking in the middle of > the last typed letter, not after it. > See attached screenshot, its not only in gworkspace, all apps seem to have > this problem. I'm using latest svn. > > Sebastian<gworkspace.png>_______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
