| 579 | } |
| 580 | |
| 581 | void SnapDrawingViewManager::registerTypeface(const Valdi::StringBox& fontFamily, |
| 582 | FontStyle fontStyle, |
| 583 | bool canUseAsFallback, |
| 584 | const Valdi::BytesView& data) { |
| 585 | _resources->getFontManager()->registerTypeface(fontFamily, fontStyle, canUseAsFallback, data); |
| 586 | } |
| 587 | |
| 588 | const Ref<Resources>& SnapDrawingViewManager::getResources() const { |
| 589 | return _resources; |
no test coverage detected