Skip to content
  • Patrick Lam's avatar
    Reinstate basename patch, but keep a hash table linking FcPatterns to their · e77c1718
    Patrick Lam authored
        fully-qualified font names for clients' benefit. Clients only pay for
        the font names once they request the FC_FILE property from an
        FcPattern, but the font name is malloc'd at that point (i.e. not
        mmapped: that's impossible, since it may vary between machines.)
        Clients do have to pay for a copy of the path name per cache file.
    Note that FcPatternGetString now does some rewriting if you ask for an
        FC_FILE, appending the pathname as appropriate.
    e77c1718