| #ifndef _RIVE_TEXT_STYLE_FEATURE_HPP_ | |
| #define _RIVE_TEXT_STYLE_FEATURE_HPP_ | |
| #include "rive/generated/text/text_style_feature_base.hpp" | |
| #include <stdio.h> | |
| namespace rive | |
| { | |
| class TextStyleFeature : public TextStyleFeatureBase | |
| { | |
| public: | |
| StatusCode onAddedDirty(CoreContext* context) override; | |
| }; | |
| } // namespace rive | |
| #endif |