blob: 73aee8c229d15e0d9ce05799ef7acb3458238583 [file] [log] [blame]
#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:
};
} // namespace rive
#endif