okular/fontEncoding.h
Stefan Kebekus 384bd2934f added proper support for font encodings
svn path=/trunk/kdegraphics/kdvi/; revision=231906
2003-06-17 06:42:22 +00:00

30 lines
447 B
C++

// fontEncoding.h
//
// Part of KDVI - A DVI previewer for the KDE desktop environemt
//
// (C) 2003 Stefan Kebekus
// Distributed under the GPL
#include <../config.h>
#ifdef HAVE_FREETYPE
#ifndef _FONTENCODING_H
#define _FONTENCODING_H
class QString;
#include <qglobal.h>
class fontEncoding {
public:
fontEncoding(const QString &encName);
QString encodingFullName;
QString glyphNameVector[256];
};
#endif
#endif // HAVE_FREETYPE