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

Method GetName

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

Source from the content-addressed store, hash-verified

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
218 // This code is not thread safe.
219 void Shape(hb_buffer_t * hbBuffer, int fontPixelSize, int fontIndex, text::TextMetrics & outMetrics)

Callers 3

ApplyTexturesMethod · 0.45
RenderGlyphsMethod · 0.45
CheckCoastlinesMethod · 0.45

Calls

no outgoing calls

Tested by 1

RenderGlyphsMethod · 0.36