![]() |
Qt 6.x
The Qt SDK
|
#include <qtextengine_p.h>
Public Member Functions | |
QVarLengthGlyphLayoutArray (int totalGlyphs) | |
void | resize (int totalGlyphs) |
![]() | |
QGlyphLayout () | |
QGlyphLayout (char *address, int totalGlyphs) | |
QGlyphLayout | mid (int position, int n=-1) const |
QFixed | effectiveAdvance (int item) const |
void | clear (int first=0, int last=-1) |
char * | data () |
void | grow (char *address, int totalGlyphs) |
Additional Inherited Members | |
![]() | |
enum | { SpaceNeeded } |
![]() | |
QFixedPoint * | offsets |
glyph_t * | glyphs |
QFixed * | advances |
QGlyphJustification * | justifications |
QGlyphAttributes * | attributes |
int | numGlyphs |
Definition at line 231 of file qtextengine_p.h.
|
inline |
Definition at line 236 of file qtextengine_p.h.
References QVarLengthArray< void * >::data(), and QVLABaseBase::size().
|
inline |
Definition at line 243 of file qtextengine_p.h.
References QGlyphLayout::QGlyphLayout(), QVarLengthArray< void * >::data(), QVarLengthArray< void * >::resize(), QVLABaseBase::size(), and QGlyphLayout::SpaceNeeded.