summaryrefslogtreecommitdiff
path: root/src/lib/font_config.cc
AgeCommit message (Collapse)Author
2023-04-09Fix subtitle font handling with in-memory fonts from SMPTE (#2509).v2.16.52Carl Hetherington
Previously we would fail to make a font available if it came from a SMPTE MXF. In that case we have a memory buffer containing the TTF/OTF file but no file; here we add a hack/workaround so that in-memory font files can be used by FontConfig.
2022-07-20Add some logging to the system font finder.Carl Hetherington
2022-06-07Ask fontconfig to scan the system for fonts requested by text subtitle files ↵Carl Hetherington
(#2264).
2022-06-07Move fontconfig-related code out to a class.Carl Hetherington