Represents the letter- or line spacing configuration of a stroke text.
Definition: stroketextspacing.h:44
const tl::optional< Ratio > & getRatio() const noexcept
Definition: stroketextspacing.h:54
StrokeTextSpacing(const tl::optional< Ratio > &ratio=tl::nullopt) noexcept
Definition: stroketextspacing.cpp:60
bool operator==(const StrokeTextSpacing &rhs) const noexcept
Definition: stroketextspacing.cpp:75
tl::optional< Ratio > mRatio
nullopt means automatic (from font)
Definition: stroketextspacing.h:64
bool operator!=(const StrokeTextSpacing &rhs) const noexcept
Definition: stroketextspacing.h:58
~StrokeTextSpacing() noexcept
Definition: stroketextspacing.cpp:68
StrokeTextSpacing & operator=(const StrokeTextSpacing &rhs) noexcept
Definition: stroketextspacing.cpp:80