Supporters update.
[dcpomatic.git] / src / lib / player_text.h
index 36a63f3dab0322d42c93b5e52167e64eab84ffd3..5921b28f6f5a1c3af9e550e86390c5d440f14ed0 100644 (file)
@@ -36,12 +36,9 @@ namespace dcpomatic {
 class PlayerText
 {
 public:
-       void add_fonts (std::list<std::shared_ptr<dcpomatic::Font>> fonts_);
-       std::list<std::shared_ptr<dcpomatic::Font>> fonts;
-
        /** BitmapTexts, with their rectangles transformed as specified by their content */
-       std::list<BitmapText> bitmap;
-       std::list<StringText> string;
+       std::vector<BitmapText> bitmap;
+       std::vector<StringText> string;
 };