MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / has_value

Method has_value

Source/engine/render/text_render.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 9

ParseFixed6Function · 0.45
FontStackMethod · 0.45
glyphMethod · 0.45
LoadFontFunction · 0.45
loadMethod · 0.45
DoDrawStringFunction · 0.45
GetLineWidthFunction · 0.45
DrawStringWithColorsFunction · 0.45
enforceRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected