|
From: | Jason Rumney |
Subject: | Re: font-backend branch |
Date: | Sun, 04 May 2008 15:14:45 +0100 |
User-agent: | Mozilla-Thunderbird 2.0.0.12 (X11/20080420) |
Stefan Monnier wrote:
The bug report doesn't necessarily point to the need to support XFLD, but rather that (frame-parameter <foo> 'font) should return something that is considered as a font so it can be passed to x-list-fonts and things like that.
Right. In the current trunk, x-list-fonts is the old way of listing fonts, list-fonts is the new font backend's way (but with slightly different arguments). This affects X more than Windows, because x-list-fonts will only list X core fonts there, whereas font-list will list all active backends' fonts.
Once the old font code is removed, we can make x-list-fonts a compatibility layer on top of list-fonts, and tweak it so that it works with any of the supported formats (xfld, fontconfig, font-spec/entity/object) on input.
[Prev in Thread] | Current Thread | [Next in Thread] |