LWN.net Logo

Acceleration Architectures, state of the art.

Acceleration Architectures, state of the art.

Posted Feb 20, 2009 10:44 UTC (Fri) by nix (subscriber, #2304)
In reply to: Acceleration Architectures, state of the art. by jamesh
Parent article: FOSDEM09: RandR 1.3 and multimedia processing extensions for X

It's possible. I'm not entirely sure *where* libXfont is used, to be
honest (something or other to do with core fonts). I used to know; I need
a prosthetic memory.


(Log in to post comments)

Acceleration Architectures, state of the art.

Posted Feb 20, 2009 14:47 UTC (Fri) by jamesh (guest, #1159) [Link]

LibXfont is pretty much just the core font support library. Any application that has been ported to fontconfig (using Xft or cairo) won't be using it, and should retain Type1 support through the use of freetype.

Looking at the libXfont 1.4.0 release notes, it looks like you were correct about Type1 fonts not working with the new version. That said, I totally understand the desire to reduce the size/complexity of the core font code: the feature is deprecated, but can't easily be removed as it is not an extension to the X protocol.

If they can support Type1 fonts through FreeType with minimal effort, then great. If they can't, it isn't a huge loss.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds