Pass fonts from content around as FontData.
[dcpomatic.git] / src / lib / subtitle_encoder.h
index 6484d1b0bb63ccfb66983abecb90f2f3c0f8e44c..70b92456464e3312be9b667ecce9ab2f3afe4f1e 100644 (file)
@@ -58,4 +58,5 @@ private:
        int _reel_index;
        boost::optional<dcpomatic::DCPTime> _last;
        dcpomatic::DCPTime _length;
+       dcp::ArrayData _default_font;
 };