Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
d67eaa02a3d24be762619484b2f05ca0d99e1e20
/
.
/
src
/
generated
/
text
/
text_style_feature_base.cpp
blob: 7f5f9b7631205c7fb3720fc90200439db4f64afa [
file
] [
log
] [
blame
]
#include
"rive/generated/text/text_style_feature_base.hpp"
#include
"rive/text/text_style_feature.hpp"
using
namespace
rive
;
Core
*
TextStyleFeatureBase
::
clone
()
const
{
auto
cloned
=
new
TextStyleFeature
();
cloned
->
copy
(*
this
);
return
cloned
;
}