Text Layer Structure#

Note

This Layer Type is not yet implemented and simply exists to allow us to read Files with this Layer Type.

template<typename T>
struct TextLayer : public Layer<T>#

This struct holds no data, we just use it to identify its type.

Public Functions

TextLayer() = default#