![]() |
LibrePCB Developers Documentation
|
Represents the letter- or line spacing configuration of a stroke text. More...
#include <stroketextspacing.h>
Collaboration diagram for StrokeTextSpacing:Public Member Functions | |
| StrokeTextSpacing (const std::optional< Ratio > &ratio=std::nullopt) noexcept | |
| StrokeTextSpacing (const StrokeTextSpacing &other) noexcept | |
| ~StrokeTextSpacing () noexcept | |
| const std::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 | |
| std::optional< Ratio > | mRatio |
nullopt means automatic (from font) | |
Represents the letter- or line spacing configuration of a stroke text.
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
private |
nullopt means automatic (from font)