Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 230 of file qtextengine_p.h.

Constructor & Destructor Documentation

◆ QVarLengthGlyphLayoutArray()

QVarLengthGlyphLayoutArray::QVarLengthGlyphLayoutArray ( int totalGlyphs)
inline

Definition at line 235 of file qtextengine_p.h.

References QVarLengthGlyphLayoutArray().

Referenced by QVarLengthGlyphLayoutArray().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ resize()

void QVarLengthGlyphLayoutArray::resize ( int totalGlyphs)
inline

Definition at line 242 of file qtextengine_p.h.


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