MCPcopy Create free account
hub / github.com/KDE/okular / slotFontReadingProgress

Method slotFontReadingProgress

core/document.cpp:1551–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551void DocumentPrivate::slotFontReadingProgress(int page)
1552{
1553 Q_EMIT m_parent->fontReadingProgress(page);
1554
1555 if (page >= (int)m_parent->pages() - 1) {
1556 Q_EMIT m_parent->fontReadingEnded();
1557 m_fontThread = nullptr;
1558 m_fontsCached = true;
1559 }
1560}
1561
1562void DocumentPrivate::fontReadingGotFont(const Okular::FontInfo &font)
1563{

Callers 1

startFontReadingMethod · 0.45

Calls 1

pagesMethod · 0.45

Tested by

no test coverage detected