]> git.sesse.net Git - casparcg/blobdiff - core/producer/text/text_producer.h
* support for cornerpinning in psd-producer via vector-masks
[casparcg] / core / producer / text / text_producer.h
index 93c0474d1a3a33fdca8dad79cba829b20e0f4cda..05069cec5f6dcaf992d6c89a08198f65721dc44f 100644 (file)
@@ -45,7 +45,8 @@ namespace caspar { namespace core {
 class text_producer : public frame_producer_base
 {
 public:
-       text_producer(const spl::shared_ptr<frame_factory>& frame_factory, int x, int y, const std::wstring& str, text::text_info& text_info, long parent_width, long parent_height, bool standalone);
+       text_producer(const spl::shared_ptr<frame_factory>& frame_factory, int x, int y, const std::wstring& str, 
+               text::text_info& text_info, long parent_width, long parent_height, bool standalone);
        static spl::shared_ptr<text_producer> create(const spl::shared_ptr<frame_factory>& frame_factory, int x, int y, const std::wstring& str, text::text_info& text_info, long parent_width, long parent_height, bool standalone = false);
        
        draw_frame receive_impl() override;