Re: Progress update on adjustment database
Craig White <[email protected]>
| Newsgroups | gmane.comp.fonts.freetype.devel |
|---|---|
| Message-ID | <CABKSSUfsFbWz6hnRT+ddTEVvbq74gqov1emE8MEM58y27L73QA@mail.gmail.com> |
As I was testing my attempt at supporting GSUB lookups, I found that hb_ot_layout_lookup_collect_glyphs, is actually not what I need, because I assumed that each lookup contains exactly one substitution, when it actually may contain multiple. What I really need is a way to get each individual substitution. How do I do this?