Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
int SdCardFontManager::getFontId(const std::string& familyName) const {
92
if (familyName != loadedFamilyName_ || loaded_.empty()) return 0;
93
return loaded_.front().fontId;
94
}
Callers
1
resolveFontId
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected