P>      However, XftDrawString8 and XftDrawStringUtf8 are not drawing
P>      anything.

This is the behaviour you get with FreeType when you open a
bitmap-only font and try to draw at sizes not included in the font.
You need to make sure the size you're requesting is one that appears
in the font (by walking the strikes array of the face).

Or does Xft do the check for you?

Additionally, there are a couple of size-related bugs in the bitmap
backends of FreeType.  I'll try to get them fixed in time for 4.3.0.

                                        Juliusz


_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to