Various bits related to subtitle font handling, particularly copying fonts to the...
[dcpomatic.git] / src / lib / font.h
index 7009555c44a1b297fdee256fa00159ea570588fb..8021ab5bc662e59bc918a48fdf3bea18631637cd 100644 (file)
@@ -35,7 +35,7 @@ public:
 
        void as_xml (xmlpp::Node* node);
        
-       /** Font ID */
+       /** Font ID, used to describe it in the subtitle content */
        std::string id;
        boost::optional<boost::filesystem::path> file;
 };