Around 10 o'clock on Jun 16, Dmitry Karasik wrote: > Is it possible to access the font glyph data? You can access the entire FreeType FT_Face object with FT_Face XftLockFace (XftFont *font); Make sure you call XftUnlockFace (XftFont *font); when you're done poking inside it. -keith