![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtextengine_p.h>
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 | |
| QFixedPoint * | offsets |
| glyph_t * | glyphs |
| QFixed * | advances |
| QGlyphJustification * | justifications |
| QGlyphAttributes * | attributes |
| int | numGlyphs |
| Static Public Attributes inherited from QGlyphLayout | |
| static constexpr qsizetype | SpaceNeeded |
Definition at line 232 of file qtextengine_p.h.
|
inline |
Definition at line 237 of file qtextengine_p.h.
References QVarLengthGlyphLayoutArray().
Referenced by QVarLengthGlyphLayoutArray().
|
inline |
Definition at line 244 of file qtextengine_p.h.