Supporters update.
[dcpomatic.git] / src / lib / font_config.h
index edcb4be36a8a0d1b89c48ead0960ffa4e3547081..57f733b7b07ee854a8e2c8ece48879b30bd07f33 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 
+#include "font_comparator.h"
 #include <fontconfig/fontconfig.h>
 #include <boost/filesystem.hpp>
 #include <map>
@@ -41,7 +42,7 @@ private:
        ~FontConfig();
 
        FcConfig* _config = nullptr;
-       std::map<std::string, std::string> _available_fonts;
+       std::map<dcpomatic::Font::Content, std::string, FontComparator> _available_fonts;
 
        std::vector<boost::filesystem::path> _temp_files;