Hi, Until now I've used XRenderAddGlyphs only one glyph at a time, but to improve efficiency I would like upload multiple glyphs per call. What confuses me however is, why there's only a single images pointer (and not an char **image), to pass the glyph-image-data. How is that supposed to be done? Thank you in advance, Clemens