Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5d90bc8015ac27406f1e9243f291395c1c246ddf
/
.
/
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
;
}