trevorlinton / webkit.js

Pure JavaScript Port of WebKit
1.95k stars 87 forks source link

Fix fontconfig/freetype2 to render smooth fonts #30

Closed trevorlinton closed 10 years ago

trevorlinton commented 10 years ago

Right now fonts are semi-blurry on retina screens. The font rendering needs improvement with the correct hints for crisp font displays in the canvas.

trevorlinton commented 10 years ago

Added clear text rendering and hi-dpi support.