text that is formatted the same way, typically part of a bigger group of text
More...
text that is formatted the same way, typically part of a bigger group of text
Definition at line 286 of file Font.h.
◆ operator!=()
| bool TextBlock::operator!= |
( |
const TextBlock & | block | ) |
const |
|
inline |
Checks inequality between two TextBlock objects.
- Parameters
-
| [in] | block | The text block to compare against. |
- Returns
- True if any property differs.
Definition at line 307 of file Font.h.
References alignment, font, and text.
◆ operator==()
| bool TextBlock::operator== |
( |
const TextBlock & | block | ) |
const |
|
inline |
Checks equality between two TextBlock objects.
- Parameters
-
| [in] | block | The text block to compare against. |
- Returns
- True if text, font, and alignment are all equal.
Definition at line 297 of file Font.h.
References alignment, font, and text.
The documentation for this struct was generated from the following file: