Hello, I have a custom label that is causing me some problems. I am drawing the text using the graphics.DrawString. I have applied anti-Aliasing to the text via the TextRenderingHint property. For some reason when the label IN AUTOSIZE (which I must have) mode receives the text it gets the length without the anti-aliasing applied. Thus, the label does not make the length proper and the string is cut off. Any help would be greatly appreciated with this!

Thanks!