Bug 13013 - Let FcFontList accept null FcObjectSet
Summary: Let FcFontList accept null FcObjectSet
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.4
Hardware: Other All
: low enhancement
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 13015
  Show dependency treegraph
 
Reported: 2007-10-30 16:16 UTC by Behdad Esfahbod
Modified: 2009-06-24 12:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Behdad Esfahbod 2007-10-30 16:16:14 UTC
Such that all pattern properties are returned.
Comment 1 Behdad Esfahbod 2008-08-22 12:36:51 UTC
This is already in my tree:
commit 92e697970ff44eed20aa461cad6daef4c99dba24
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 13 02:24:42 2008 -0400

    Implement fc-list --verbose (#13015)
    
    A private FcObjectGetSet() is implemented that provides an
    FcObjectSet of all registered elements.  FcFontSetList() is
    then modified to use the object set from FcObjectGetSet() if
    provided object-set is NULL.
    
    Alternatively FcObjectGetSet() can be made public.  In that
    case fc-list can use that as a base if --verbose is included,
    and also add any elements provided by the user (though that has
    no effect, as all elements from the cache are already registered).
    Currently fc-list ignores user-provided elements if --verbose
    is specified.

Comment 2 Behdad Esfahbod 2009-06-24 12:36:03 UTC
I believe I've fixed this in 2.7.0.  Please reopen otherwise.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.