| 60 | } |
| 61 | |
| 62 | [[nodiscard]] bool has_value() const // NOLINT(readability-identifier-naming) |
| 63 | { |
| 64 | return baseFont.has_value() || overrideFont.has_value(); |
| 65 | } |
| 66 | |
| 67 | [[nodiscard]] ClxSprite glyph(size_t i) const |
| 68 | { |
no outgoing calls
no test coverage detected