Defines glyph and outline sizes for a font bitmap.
More...
#include <spk_font.hpp>
|
| bool | operator== (const Size &p_other) const noexcept |
| | Compares sizes for equality.
|
|
|
size_t | glyph |
| | Glyph size in pixels.
|
|
size_t | outline |
| | Outline size in pixels.
|
Defines glyph and outline sizes for a font bitmap.
◆ operator==()
| bool spk::Font::Size::operator== |
( |
const Size & | p_other | ) |
const |
|
inlinenoexcept |
Compares sizes for equality.
- Parameters
-
- Returns
- true when both glyph and outline sizes match.
The documentation for this struct was generated from the following file: