I've created a wpf web browser with awesomium but the webpages do not look as clear as they are in chrome and others.I used visual c#.can some one help me with this?
Within the 1.6 branch, for better compositing against transparent backgrounds, we used Skia for font glyph rendering. The issue with this is that the hinting defaults to "smooth" which may seem "fuzzier" than fonts rendered with GDI.
Within the 1.7 branch, on Windows, we now use GDI/Cleartype (just like Chrome and IE) for most font rendering.