Where is the documentation for the X rendering extension library?
by Portal from LinuxQuestions.org on (#50DWK)
I am currently studying the source code of dwm. DWM uses a function XftTextExtents, which modifies a XGlyphInfo struct. Man xft(3) gives that this XGlyphInfo struct is defined in the X rendering extension library, but nowhere can I find the source code/documentaiton of this library. Where can I find the struct declarations of XGlyphInfo?

