Mark Vojkovich <[EMAIL PROTECTED]> wrote: > > We do. We have our own device driver abstraction layer and using the low > > level XAA functions does not map at all well to our driver modle. Hence > > hooking at the next level up (MID) will allow us to avoid the overheads > > of translating between the low level XAA model and our driver model. > > I forgot that you had your own driver API that you were translating > to.
;-) > Hooking WriteBitmap is reasonable to handle the proportional > fonts. For fixed fonts you can replace the TEGlyph renderer and > have it use the existing glyph_scanline_func[width - 1] to render > into a scratch bitmap. See the XAATEGlyphRenderer for an example. Awesome, I will take a look at that. Regards, --- Kendall Bennett Chief Executive Officer SciTech Software, Inc. Phone: (530) 894 8400 http://www.scitechsoft.com ~ SciTech SNAP - The future of device driver technology! ~ _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
