I have several fixes to XmString.c to submit. What would be the best way to go about doing it?
I could email somebody the changed file, a diff or whatever. The fixes are: 1) XmStringDraw() was treating XmSTRING_COMPONENT_CHARSET the same as XmSTRING_COMPONENT_RENDITION_BEGIN when computing extents (ok) but completely ignoring it for the actual render. This worked fine as long as you only used one font in the XmString, but if there were multiple fonts, the whole string ended up getting rendered using the last font specified in the string. 2) Implement XmSTRING_COMPONENT_WIDECHAR_TEXT I don't know of a "standard" way of specifying that text is wide char, but Motif 2.0 seems to be happy as long as the tag starts with "iso10646". It might be checking the actual encoding of the font that the tag represents, but I don't know how to do that exactly. -- Dave Williss ------ Meddle not in the affairs of dragons, for you are crunchy and taste good with catsup _______________________________________________ Lesstif mailing list [EMAIL PROTECTED] https://terror.hungry.com/mailman/listinfo/lesstif
