Qt 4.8
|
#include <qtextengine_p.h>
Public Functions | |
QGlyphLayoutArray () | |
Public Functions inherited from QGlyphLayout | |
void | clear (int first=0, int last=-1) |
char * | data () |
QFixed | effectiveAdvance (int item) const |
void | grow (char *address, int totalGlyphs) |
QGlyphLayoutInstance | instance (int position) const |
QGlyphLayout | mid (int position, int n=-1) const |
QGlyphLayout () | |
QGlyphLayout (char *address, int totalGlyphs) | |
void | setInstance (int position, const QGlyphLayoutInstance &g) |
Properties | |
void * | buffer [(N *(sizeof(HB_Glyph)+sizeof(HB_GlyphAttributes)+sizeof(QFixed)+sizeof(QFixed)+sizeof(QFixedPoint)+sizeof(QGlyphJustification)))/sizeof(void *)+1] |
Additional Inherited Members | |
Static Public Functions inherited from QGlyphLayout | |
static int | spaceNeededForGlyphLayout (int totalGlyphs) |
Public Variables inherited from QGlyphLayout | |
QFixed * | advances_x |
QFixed * | advances_y |
HB_GlyphAttributes * | attributes |
HB_Glyph * | glyphs |
QGlyphJustification * | justifications |
int | numGlyphs |
QFixedPoint * | offsets |
Definition at line 289 of file qtextengine_p.h.
|
inline |
Definition at line 292 of file qtextengine_p.h.
|
private |
Definition at line 302 of file qtextengine_p.h.