Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4afdae650937701a4c0564606b9b9e542b4fbc35
/
.
/
include
/
rive
/
layout
/
layout_measure_mode.hpp
blob: 50f6eb857c23c0a0d0230c7f71c15d65a9a03002 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_LAYOUT_MEASURE_MODE_HPP_
#define
_RIVE_LAYOUT_MEASURE_MODE_HPP_
namespace
rive
{
enum
class
LayoutMeasureMode
:
uint8_t
{
undefined
=
0
,
exactly
=
1
,
atMost
=
2
};
}
#endif