contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.3k stars 100 forks source link

Restrict font locator configurability down to `native` and `mock`. #1538

Closed christianparpart closed 1 day ago

christianparpart commented 1 week ago

I mainly wanted to get rid of the fontconfig dependency on Windows platform. There's no real need for it, especially since we have a DirectWrite font locator implementation. I'd rather focus on improving that one (if needed) than supporting two different one on a single platform.

christianparpart commented 1 day ago

I just rebased on top of latest master.