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

Method isFamilyInstalled

src/FontInstaller.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152void FontInstaller::refreshRegistry() { registry_.discover(); }
153
154bool FontInstaller::isFamilyInstalled(const char* familyName) const {
155 return registry_.findFamily(familyName) != nullptr;
156}

Callers 1

fetchAndParseManifestMethod · 0.80

Calls 1

findFamilyMethod · 0.80

Tested by

no test coverage detected