Re: gdmgreeter CPU usage



On Thu, 19 Jan 2006, Padraig O'Briain wrote:

> There was a suggestion from Stephan Kulow to use FcFontMatch
> instead of FcFontSort. Is this a change which could be made to
> pango_fc_font_map_get_patterns?

Such a change may be possible, but not trivial at all.  Pango's
best-known feature is using multiple fonts when a single font
doesn't cover all characters used.  With FcFontSort, you have a
list of fonts to look into for such coverage.  If you replace the
FcFontSort with FcFontMatch, you should keep that in mind and go
back and call FcFontSort in case there is a character not covered
by the match returned...


--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill"
	-- Dan Bern, "New American Language"



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