>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:

Dekel> 2. Ignore matches whose 12th field is zero, while its 7th field
Dekel> is non-zero: @@ -143,6 +144,9 @@ void FontInfo::query() }
Dekel> scalable = true; }; + if (sizes[i] > 0 && +
Dekel> lyx::atoi(token(name, '-', 12)) == 0) + sizes[i] = 0; };
Dekel> XFreeFontNames(list); }

I think this is the solution I prefer. This allows us to ignore false
bitmap fonts.

JMarc

Reply via email to