On Thu, Sep 05, 2002 at 06:10:55PM +0100, John Latham wrote:
> > From: Olivier Chapuis <[EMAIL PROTECTED]>
> > I still do not understand why with
> >     "-*helvetica-medium-r-*-*-12-*-*-*-*-*-*-*"
> > the font loading procedure fails (as xlsfont show me some fonts, but
> > xlsfont do not use the "i18n" procedure for querying font).
> > But I do not think that it is fvwm fault. Maybe a "*" count issue.
> 
> I think you are saying it should not cause a problem, as stars are supposed to
> match hyphens too. Which is what I believed to be true. The `missing -*' does
> not cause a problem in FVWM 2.2.4 nor 2.5.{2,3}, just in 2.4.{6,8}. So,
> perhaps FVWM 2.4 is querying fonts in a slightly different way?
>

I do not think that 2.2.x has i18n support. 2.4.x simply uses the X
i18n interface (with enable-multibyte). What happen is that
XCreateFonSet (an Xlib i18n function) does not load
"-*helvetica-medium-r-*-*-12-*-*-*-*-*-*-*" as XLoadQueryFont
(a "simple" Xlib function) load a font in this case.  In 2.5.x
things are more complex. I do not think that we should do someting
special in 2.4.x.

Reagards, Olivier
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to