Around 12 o'clock on Dec 6, Francesco Zappa Nardelli wrote:

>  if (!strcmp(FT_MODULE_CLASS(face->driver->root)->module_name, "pcf"))
>          pcfface = (PCF_Public_Face)face;

Thanks muchly; I'll go and figure out how to make the encodings work.

Do you have this patch:

Index: src/pcf/pcfdriver.c
===================================================================
RCS file: /home/x-cvs/xc/extras/freetype2/src/pcf/pcfdriver.c,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 pcfdriver.c
122a123,124
>       size->metrics.max_advance = face->accel.maxbounds.characterWidth << 6;
>

in your current PCF driver?  It sets the max_advance for monospaced fonts 
and is kinda necessary for Xft to use PCF fonts.

Keith Packard        XFree86 Core Team        Compaq Cambridge Research Lab


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

Reply via email to