Rick Scott wrote:
> Okay, I'm back on this list and starting to look at the xft/openmotif stuff,
> not real sure where to start yet. Any pointers Danny?

I basically modified only a small number of files. Much of my impact
analysis is based on grepping the source for XmFONT_IS_ . The work
I did was adding code to deal not only with XmFONT_IS_FONT or
XmFONT_IS_FONTSET but also with XmFONT_IS_XOC (reserved for IBM's
BIDI) and XmFONT_IS_XFT.

Structures modified are limited :
        struct __XmRenditionRec         XmI/XmI.h
        struct _OutputDataRec           Xm/TextOutP.h
        XmTextFieldPart                 Xm/TextFP.h

Source files :
        lib/Xm/FontList.c
        lib/Xm/ResConvert.c
        lib/Xm/TextF.c
        lib/Xm/TextOut.c
        lib/Xm/XmString.c
        lib/Xm-2.0/RenderTable.c

I've sent status messages to several lists, I assume you've seen
those at least once each.

Apart from the stuff I mentioned a couple of days ago, and Keiths
reply to that (at first sight he's right), I also still need to
implement a small cache as mentioned at the end of FontList.c .

Also I need (to make) a small app to benchmark stuff. One problem with
comparing X Core font rendering and Xft is that rendering takes
place in another process so measuring its timing needs to happen
with care.

Does this help ? Do you want me to resend the status messages ?

        Danny
-- 
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://lesstif.sourceforge.net)
                Xbae    (http://xbae.sourceforge.net)
_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to