lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FontConfig cache warning


From: Han-Wen Nienhuys
Subject: Re: FontConfig cache warning
Date: Fri, 20 May 2005 10:55:08 +0200
User-agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324)

Werner LEMBERG wrote:
I now always get this:

  warning: FontConfig cache out of date. Rebuilding may take some time.

even if I don't have changed or moved any font.

this is what

  if (!FcInit ())
    error (_ ("initializing FontConfig"));

  FcChar8 *cache = FcConfigGetCache (fcc);
  if (!FcDirCacheValid (cache))
    {
warning (_ ("FontConfig cache out of date. Rebuilding may take some time."));
    }

produces, I don't know what to do else. MAybe I should scrap the warning, and hope that not too many people have cjk fonts ?


--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]