#include <skpath_bridge.h>
C++ pure virtual interface type, exposed to Rust side to be able to write out variation design parameters to the caller-side allocated SkFontParameters::Variation::Axis. A direct cast or mapping between a shared C++/Rust struct and a Skia side struct is not possible because the hidden-axis flag is private on SkFontParameters::Variation::Axis.
Definition at line 29 of file skpath_bridge.h.
◆ ~AxisWrapper()
virtual fontations_ffi::AxisWrapper::~AxisWrapper |
( |
| ) |
|
|
virtualdefault |
◆ populate_axis()
virtual bool fontations_ffi::AxisWrapper::populate_axis |
( |
size_t |
i, |
|
|
uint32_t |
axisTag, |
|
|
float |
min, |
|
|
float |
def, |
|
|
float |
max, |
|
|
bool |
hidden |
|
) |
| |
|
pure virtual |
◆ size()
virtual size_t fontations_ffi::AxisWrapper::size |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: