summaryrefslogtreecommitdiff
path: root/src/entry_backend/harfbuzz.c
AgeCommit message (Collapse)Author
2022-06-09Add Harfbuzz backend.Phil Jones
Another source of slow startup is initialising Pango. If the user supplies a ttf file, we can skip any Pango stuff and use Harfbuzz directly with Cairo to do our font rendering, providing a large speedup.