MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / isRegisteredBlock

Method isRegisteredBlock

src/core/formula.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool TeXFormula::isRegisteredBlock(const UnicodeBlock& block) {
240 return _externalFontMap.find(block) != _externalFontMap.end();
241}
242
243FontInfos* TeXFormula::getExternalFont(const UnicodeBlock& block) {
244 auto it = _externalFontMap.find(block);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected