Eneboo - Documentación para desarrolladores
|
#include "qplatformdefs.h"
#include "qfont.h"
#include "qapplication.h"
#include "qcleanuphandler.h"
#include "qfontinfo.h"
#include "qfontdatabase.h"
#include "qfontmetrics.h"
#include "qpaintdevice.h"
#include "qpaintdevicemetrics.h"
#include "qtextcodec.h"
#include <private/qfontcodecs_p.h>
#include <private/qunicodetables_p.h>
#include "qfontdata_p.h"
#include "qfontengine_p.h"
#include "qtextengine_p.h"
#include "qt_x11_p.h"
#include <time.h>
#include <stdlib.h>
#include <ctype.h>
'defines' | |
#define | QT_FATAL_ASSERT |
#define | QFONTLOADER_DEBUG |
#define | QFONTLOADER_DEBUG_VERBOSE |
'typedefs' | |
typedef QMap< QFont::Script, QString > | FallbackMap |
Funciones | |
Qt::HANDLE | qt_xft_handle (const QFont &font) |
double | qt_pixelSize (double pointSize, QPaintDevice *paintdevice, int scr) |
double | qt_pointSize (double pixelSize, QPaintDevice *paintdevice, int scr) |
QString | qt_fallback_font_family (QFont::Script script) |
void | qt_set_fallback_font_family (QFont::Script script, const QString &family) |
Variables | |
Q_EXPORT bool | qt_has_xft = FALSE |
#define QFONTLOADER_DEBUG |
#define QFONTLOADER_DEBUG_VERBOSE |
#define QT_FATAL_ASSERT |
typedef QMap<QFont::Script,QString> FallbackMap |
QString qt_fallback_font_family | ( | QFont::Script | script | ) |
double qt_pixelSize | ( | double | pointSize, |
QPaintDevice * | paintdevice, | ||
int | scr | ||
) |
double qt_pointSize | ( | double | pixelSize, |
QPaintDevice * | paintdevice, | ||
int | scr | ||
) |
void qt_set_fallback_font_family | ( | QFont::Script | script, |
const QString & | family | ||
) |
Qt::HANDLE qt_xft_handle | ( | const QFont & | font | ) |
Q_EXPORT bool qt_has_xft = FALSE |