Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
9b378e4556dc103cb35c04059c11ee93d5714406
/
.
/
include
/
rive
/
text
/
text_style_axis.hpp
blob: 3a9084aadd8e24b0d5e393ae2d471672a528b8d8 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_TEXT_STYLE_AXIS_HPP_
#define
_RIVE_TEXT_STYLE_AXIS_HPP_
#include
"rive/generated/text/text_style_axis_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
TextStyleAxis
:
public
TextStyleAxisBase
{
public
:
};
}
// namespace rive
#endif