add option for tracking glyph usage to improve performance
When the trackmemusage
property is set, track glyphs on a linked list so that when running out of memory, Xft can quickly discard the oldest rather than using a slow sequential search for a randomly chosen glyph.