smoothcontract / mediate

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

Text clipping artifacts with center and right alignment #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
TextRect method in DirectXFont class isn't clipping correctly for center
and right aligned text although it works perfectly for left aligned text.

Added a quick and dirty workaround for now to allow media grid to be used
for main menu of blackice theme, but this only works by clipping at the
screen boundaries. For now we'll have to use left aligned text in the
blackice media grid.

Original issue reported on code.google.com by aretman...@gmail.com on 28 Jan 2009 at 9:56