== Quote from Johannes Pfau ([email protected])'s article > On 17.07.2010 15:08, dsimcha wrote: > > Thanks. The GTK port is officially off the ground, i.e. I've now at least > > got a > > basic plot window up. Now, to decipher gtkD's font API. > Great! > Are you using cairo now? I think the cairo api should be nicer than the > native gtk api. And if you need advanced text rendering you can use > pango with cairo: > http://www.dsource.org/projects/gtkd/browser/trunk/demos/pango/pangocairo.d
No, I'm not using Cairo right now. Adding Cairo to the list of backends supported will probably be a todo later, but right now native GTK maps more cleanly to the abstractions I've chosen, and to me seems to have an easier API.
