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

Method fontData

core/document.cpp:5192–5199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5190}
5191
5192QByteArray Document::fontData(const FontInfo &font) const
5193{
5194 if (d->m_generator) {
5195 return d->m_generator->requestFontData(font);
5196 }
5197
5198 return {};
5199}
5200
5201ArchiveData *DocumentPrivate::unpackDocumentArchive(const QString &archivePath)
5202{

Callers 2

requestFontDataMethod · 0.80
showFontsMenuMethod · 0.80

Calls 1

requestFontDataMethod · 0.45

Tested by

no test coverage detected