MCPcopy Create free account
hub / github.com/comaps/comaps / IsGlyphReady

Method IsGlyphReady

libs/drape/glyph_manager.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 inline void MarkGlyphReady(uint16_t glyphId) { m_readyGlyphs.emplace(glyphId); }
213
214 inline bool IsGlyphReady(uint16_t glyphId) const { return m_readyGlyphs.find(glyphId) != m_readyGlyphs.end(); }
215
216 std::string GetName() const { return std::string(m_fontFace->family_name) + ':' + m_fontFace->style_name; }
217

Callers 1

AreGlyphsReadyMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected