I'm modifying elvis (my vi clone) to support Xft. So far it's going pretty well -- less than two days into it, and I'm already getting antialiased text! But I still have a few questions...
I use XftDrawSetClip() to set a clipping region temporarily. How can I end clipping afterward? Do I need to define a new clipping region the size of the whole Drawable? The clipping region is specified by a Region, which is created by XCreateRegion(). I understand that. But when should I call XDestroyRegion()? The Xlib and Xft versions of the Courier font seem to be the same size, but the "Andale mono" font is larger in Xft than in Xlib. Is this normal, or is there something wrong with my configuration? I guess what I'm really asking here is, should I go to the trouble of saving separate sizes for chunky vs. antialiased fonts? _______________________________________________ Render mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/render
