MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getFontId

Method getFontId

lib/EpdFont/SdCardFontManager.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int SdCardFontManager::getFontId(const std::string& familyName) const {
92 if (familyName != loadedFamilyName_ || loaded_.empty()) return 0;
93 return loaded_.front().fontId;
94}

Callers 1

resolveFontIdMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected