GNOME Bugzilla – Bug 599338
Do not depend on pangox
Last modified: 2010-04-26 04:24:29 UTC
pangox is deprecated and will be removed this cycle. Do not depend on it.
Pango X is used to load bitmap fonts. The existing font implementation creates a bitmap display list using glXUseXFont() (one per glyph), and the program calling GtkGLExt then calls the display list to draw the glyphs. This approach won't work anyway with variable sized fonts layouts, which is what would be desired from a current font implementation in GtkGLExt. An application can manually render layouts calling Pango directly and doesn't require this functionality from GtkGLExt, so I guess all that needs to be done is to deprecate the existing font API and remove it.
*** This bug has been marked as a duplicate of bug 604333 ***