MCPcopy 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
165bool Font::exists(String::Char c) {
166 loadFontImpl();
167 return FT_Get_Char_Index(m_fontImpl->face, c);
168}
169
170}

Callers 5

ExistsMethod · 0.45
getFontForCharacterMethod · 0.45
ycm_extra_conf.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected