cleartype

jQuery cycle: fading white text becomes "green" in Windows/Firefox/Cleartype Enabled

On Windows it seems that when there's white text on any background and it does transitions, the text naturally turns to some shade of green during its opacity value being toggled back to 1. This makes sense. But does anyone know any sort of workaround to prevent it transitioning to a shade of green between the animating besides changing...

ClearType breaks with CSS filter - How to remove attribute with Javascipt?

Hi, I'm trying to use JavaScript to remove the CSS attribute "filter" from a block of text on a page. The reason is that using filter disables ClearType in IE8. I've tried using document.getElementById("someDiv").style.removeAttribute('filter'); and someDiv.style.removeAttribute('filter'); which don't throw errors, but have no effect....

Is it possible for text rendered through GraphicsPath.AddString to look as good as TextRenderer.DrawText or Graphics.DrawString?

I was reading this article on warping text to splines and decided to play around with GraphicsPath.AddString which I had never used before. I created a simple test Control to compare the three methods of drawing text: GraphicsPath.AddString, TextRenderer.DrawText, and Graphics.DrawString. Here is the OnPaint method of my control. ...

RibbonWindow transparent fonts

I create RibbonWindow with Ribbon toolbar. When I deploy my app and start it, all fonts in all nested controls dont shows. When I insert Ribbon toolbar in simple Window class, fonts shows, but toolbar work not correctly. What I need do to solve this problem? ...