Changes

Jump to: navigation, search

Platform/GFX/InternProjects

291 bytes added, 22:27, 25 May 2011
no edit summary
| Subpixel positioning of glyphs in the Cairo image surface
| Currently we snap glyphs to pixel boundaries in the image surface, which is good for performance because we can rasterize glyphs only once (in glyph space) and then re-use those rasterized glyphs as a glyph cache. We should change this to rasterize glyphs at (for example) third-pixel boundaries, and then snap our glyph positions to these third-pixel boundaries.
| ''TBD''
| jrmuizel
|-
| Write a new scanline rasterizer for Cairo
| The current approach is fast and high quality, but complicated, and has problems with clipping invariance. We can probably serve our needs better with something simpler, lower quality, and hopefully very fast, like skia.
| ''TBD''
| jrmuizel
|}
Confirm
856
edits

Navigation menu