MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator==

Method operator==

include/Core/Graphics/Font.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 inline bool Font::operator==(const Font& font) const
41 {
42 return m_font.getInfo().family == font.m_font.getInfo().family;
43 }
44
45 inline Font::operator sf::Font&()
46 {

Callers

nothing calls this directly

Calls 1

getInfoMethod · 0.45

Tested by

no test coverage detected