mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
committed by
Konstantin Pastbin
parent
f1cf844986
commit
a60efa9b43
@@ -95,7 +95,11 @@ public:
|
||||
TMultilineGlyphsBuffer & multilineGlyphRegions);
|
||||
|
||||
// This method must be called only on Frontend renderer's thread.
|
||||
bool AreGlyphsReady(TGlyphs const & glyphs) const;
|
||||
inline bool AreGlyphsReady(TGlyphs const & glyphs) const
|
||||
{
|
||||
CHECK(m_isInitialized, ());
|
||||
return m_glyphManager->AreGlyphsReady(glyphs);
|
||||
}
|
||||
|
||||
GlyphFontAndId GetSpaceGlyph() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user