[Fontconfig] xft/fontconfig question

Keith Packard keithp at keithp.com
Sun Jun 29 04:53:39 EST 2003


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






More information about the Fontconfig mailing list