Okular
fontinfo.cpp
26 return name == rhs.name && substituteName == rhs.substituteName && type == rhs.type && embedType == rhs.embedType && file == rhs.file && canBeExtracted == rhs.canBeExtracted;
void setCanBeExtracted(bool extractable)
Sets if a font can be extracted or not.
Definition fontinfo.cpp:107
void setNativeId(const QVariant &id)
Sets the "native" id of the font info.
Definition fontinfo.cpp:112
bool canBeExtracted() const
In case of embedded fonts, returns if the font can be extracted into a QByteArray.
Definition fontinfo.cpp:102
QString file() const
In case of not embedded font, returns the path of the font that represents this font.
Definition fontinfo.cpp:92
void setSubstituteName(const QString &substituteName)
Sets a new substitute name for the font.
Definition fontinfo.cpp:67
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.