Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ exists
Method
exists
source/core/StarFont.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
bool Font::exists(String::Char c) {
166
loadFontImpl();
167
return FT_Get_Char_Index(m_fontImpl->face, c);
168
}
169
170
}
Callers
5
Exists
Method · 0.45
getFontForCharacter
Method · 0.45
ycm_extra_conf.py
File · 0.45
GetCompilationInfoForFile
Function · 0.45
GetCompilationInfoForFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected