IE9 w/ D2D & DirectWrite. Nice - I was waiting for this!
I have kept requesting this since IE7. It makes sense, the web is pquite graphical and computationally intensive now.
Now the problem is waiting.
I don't know if this was covered in the (I wasn't paying enough attention when I watched it , but would the move to rendering IE9 via DX allow a future version of the WPF WebBrowser control to function without the airspace issues of the current GDI based control?
I didn't watch the video yet, so apologies if this was covered, but how do you handle printing if the browser is rendered on the GPU? Do you keep the GDI pipeline around for the purpose of printing support?
I forgot to mention, hopefully zoomed pages beyond 100% are smooth.
We do talk about this. The net net: printing will work... C
Now this I like...
Charles, you did a great job on this video. I also really like the way it was filmed; it felt real ... as if you were in the room. Very cool.
Yeah they didn't really give you an answer though. Either they will keep a legacy GDI pipeline, well not really legacy because it'll need to be kept up-to-date, for printing. Or they will target the new XPS print path, probably the latter. Either way they're going to have to basically have two render paths for everything. It's going to be a hard problem. Abstracting the whole presentation system and supporting arbitrary render methods seems indicated. If they were using WPF they'd get printing and GPU acceleration for free, but I'm kinda glad they're not cause it's probably too heavyweight.