On Tue, Sep 11, 2001 at 04:26:09PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> Andre> On Tue, Sep 11, 2001 at 04:15:42PM +0200, Jean-Marc Lasgouttes
> Andre> wrote:
> >> Yes, but this code used to search for the sumbol font, which is
> >> present on virtually any X server. cmsy is very different.
>
> Andre> So we'd probably a 'keep quiet' flag there...
>
> Yes, something like that. Or does FontLoader::available() return
> something useful?
Currently, FontLoader::available tries to load the font and return whether
it succeeded. It should be rewritten so it just check whether the font exists
without trying to load it.