LiZunYuan / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

Foreground image of high characters spills off to previous image. #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a layout.plist with a row (..., L, Ö, ...).
2. Press on the L key.
3. Observe there's two dots below L.

What is the expected output? What do you see instead?

There shouldn't be anything below L. The two dots "spills off" from the top
of Ö.

Please use labels and text to provide additional information.

Change -[NSString drawAtPoint:withFont] to -[NSString drawInRect:withFont:]
in drawInRect() of common.m probably can solve the problem.

Original issue reported on code.google.com by kennytm@gmail.com on 2 Feb 2009 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 2 Feb 2009 at 10:55

GoogleCodeExporter commented 8 years ago
Fixed in r96. Turns out to be a logical error.

Original comment by kennytm@gmail.com on 2 Feb 2009 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 2 Feb 2009 at 11:16