MCPcopy Create free account
hub / github.com/SFML/SFML / getFontHandle

Method getFontHandle

src/SFML/Graphics/Font.cpp:828–834  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

826
827////////////////////////////////////////////////////////////
828Font::FontHandle Font::getFontHandle() const
829{
830 if (!m_fontHandles)
831 return nullptr;
832
833 return m_fontHandles->face;
834}
835
836} // namespace sf

Callers 1

ensureGeometryUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected