Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QVarLengthGlyphLayoutArray Class Reference

#include <qtextengine_p.h>

+ Inheritance diagram for QVarLengthGlyphLayoutArray:
+ Collaboration diagram for QVarLengthGlyphLayoutArray:

Public Member Functions

 QVarLengthGlyphLayoutArray (int totalGlyphs)
 
void resize (int totalGlyphs)
 
- Public Member Functions inherited from QGlyphLayout
 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 copy (QGlyphLayout *other)
 
void grow (char *address, int totalGlyphs)
 

Additional Inherited Members

- Public Attributes inherited from QGlyphLayout
QFixedPointoffsets
 
glyph_tglyphs
 
QFixedadvances
 
QGlyphJustificationjustifications
 
QGlyphAttributesattributes
 
int numGlyphs
 
- Static Public Attributes inherited from QGlyphLayout
static constexpr qsizetype SpaceNeeded
 

Detailed Description

Definition at line 231 of file qtextengine_p.h.

Constructor & Destructor Documentation

◆ QVarLengthGlyphLayoutArray()

QVarLengthGlyphLayoutArray::QVarLengthGlyphLayoutArray ( int totalGlyphs)
inline

Definition at line 236 of file qtextengine_p.h.

References QVarLengthArray< void * >::data(), and QVLABaseBase::size().

+ Here is the call graph for this function:

Member Function Documentation

◆ resize()

void QVarLengthGlyphLayoutArray::resize ( int totalGlyphs)
inline

Definition at line 243 of file qtextengine_p.h.

References QGlyphLayout::QGlyphLayout(), QVarLengthArray< void * >::data(), QVarLengthArray< void * >::resize(), QVLABaseBase::size(), and QGlyphLayout::SpaceNeeded.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: