Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ bool
Function
bool
include/Core/Graphics/Font.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
inline Font::operator bool() const
56
{
57
return !m_font.getInfo().family.empty();
58
}
59
}
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
getInfo
Method · 0.45
Tested by
no test coverage detected