LibrePCB Developers Documentation
|
Represents the letter- or line spacing configuration of a stroke text. More...
#include <stroketextspacing.h>
Public Member Functions | |
StrokeTextSpacing (const tl::optional< Ratio > &ratio=tl::nullopt) noexcept | |
StrokeTextSpacing (const StrokeTextSpacing &other) noexcept | |
~StrokeTextSpacing () noexcept | |
const tl::optional< Ratio > & | getRatio () const noexcept |
bool | operator== (const StrokeTextSpacing &rhs) const noexcept |
bool | operator!= (const StrokeTextSpacing &rhs) const noexcept |
StrokeTextSpacing & | operator= (const StrokeTextSpacing &rhs) noexcept |
Private Attributes | |
tl::optional< Ratio > | mRatio |
nullopt means automatic (from font) More... | |
Represents the letter- or line spacing configuration of a stroke text.
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
private |
nullopt
means automatic (from font)