Eneboo - Documentación para desarrolladores
|
#include "qfontengine_p.h"
#include <qwidget.h>
#include <qcstring.h>
#include <qtextcodec.h>
#include "qbitmap.h"
#include "qfontdatabase.h"
#include "qpaintdevice.h"
#include "qpaintdevicemetrics.h"
#include "qpainter.h"
#include "qimage.h"
#include "qt_x11_p.h"
#include "qfont.h"
#include "qtextengine_p.h"
#include <private/qunicodetables_p.h>
#include <limits.h>
#include "qscriptengine_p.h"
Clases | |
class | Q_HackPaintDevice |
struct | OTScripts |
'defines' | |
#define | DefaultLangSys 0xffff |
#define | DefaultScript FT_MAKE_TAG('D', 'F', 'L', 'T') |
Enumeraciones | |
enum | { RequiresGsub = 1, RequiresGpos = 2 } |
Funciones | |
int | qt_mib_for_xlfd_encoding (const char *encoding) |
int | qt_xlfd_encoding_id (const char *encoding) |
void | qt_draw_transformed_rect (QPainter *p, int x, int y, int w, int h, bool fill) |
bool | qt_xForm_helper (const QWMatrix &trueMat, int xoffset, int type, int depth, uchar *dptr, int dbpl, int p_inc, int dHeight, uchar *sptr, int sbpl, int sWidth, int sHeight) |
void | qt_heuristicPosition (QShaperItem *item) |
#define DefaultLangSys 0xffff |
#define DefaultScript FT_MAKE_TAG('D', 'F', 'L', 'T') |
void qt_heuristicPosition | ( | QShaperItem * | item | ) |
int qt_mib_for_xlfd_encoding | ( | const char * | encoding | ) |
bool qt_xForm_helper | ( | const QWMatrix & | trueMat, |
int | xoffset, | ||
int | type, | ||
int | depth, | ||
uchar * | dptr, | ||
int | dbpl, | ||
int | p_inc, | ||
int | dHeight, | ||
uchar * | sptr, | ||
int | sbpl, | ||
int | sWidth, | ||
int | sHeight | ||
) |
int qt_xlfd_encoding_id | ( | const char * | encoding | ) |