| 237 | } |
| 238 | |
| 239 | bool TeXFormula::isRegisteredBlock(const UnicodeBlock& block) { |
| 240 | return _externalFontMap.find(block) != _externalFontMap.end(); |
| 241 | } |
| 242 | |
| 243 | FontInfos* TeXFormula::getExternalFont(const UnicodeBlock& block) { |
| 244 | auto it = _externalFontMap.find(block); |
nothing calls this directly
no outgoing calls
no test coverage detected