]> git.sesse.net Git - casparcg/commit
* Implemented FLS command (font list).
authorHelge Norberg <helge.norberg@svt.se>
Mon, 12 Oct 2015 13:36:00 +0000 (15:36 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 12 Oct 2015 13:36:00 +0000 (15:36 +0200)
commit61b073a82c3c2ecfceabcfbdd60931862dfc7d8c
tree8725521602ff21810adb9047409fe7faa37765a1
parent903353a324a75cd15a4a25677fee05d86175eef2
* Implemented FLS command (font list).
* Fixed some resource leaks in text_producer.
* Load font list each time a text_producer is created to discover fonts uploaded after start.
core/CMakeLists.txt
core/producer/text/text_producer.cpp
core/producer/text/text_producer.h
core/producer/text/utils/freetype_library.cpp [new file with mode: 0644]
core/producer/text/utils/freetype_library.h [new file with mode: 0644]
core/producer/text/utils/texture_font.cpp
protocol/amcp/AMCPCommandsImpl.cpp