Okular
10 #ifndef _OKULAR_FONTINFO_H_ 11 #define _OKULAR_FONTINFO_H_ 15 #include <QSharedDataPointer> 18 #include "okularcore_export.h" 22 class FontInfoPrivate;
57 enum EmbedType { NotEmbedded, EmbeddedSubset, FullyEmbedded };
79 void setName(
const QString &name);
89 void setSubstituteName(
const QString &substituteName);
114 void setFile(
const QString &file);
121 bool canBeExtracted()
const;
126 void setCanBeExtracted(
bool extractable);
137 void setNativeId(
const QVariant &
id);
151 bool operator==(
const FontInfo &fi)
const;
153 bool operator!=(
const FontInfo &fi)
const;
157 friend class FontInfoPrivate;
A small class that represents the information of a font.
EmbedType
The possible kinds of embed.
FontType
The possible kinds of fonts.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 01:05:53 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.