1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtinfo: improve font recognition.

This commit is contained in:
Liang Chang 2022-02-15 10:44:50 +08:00
parent 06460abd36
commit fbc297e77a

View file

@ -203,7 +203,7 @@ FontCache::getxlfd(const char *family, int bold,
int count ;
char **names = XListFonts(display,
pattern,
100, // number of fonts to retrieve...sounds good
200, // number of fonts to retrieve...sounds good
&count); // number actually retrieved ;
#ifdef DEBUG
{