![]() |
Scribus
Open source desktop publishing at your fingertips
|
#include <sctextstruct.h>
Public Member Functions | |
GlyphLayout (const GlyphLayout &o) | |
double | wide () const |
GlyphLayout * | last () |
void | shrink () |
void | grow () |
virtual void | growWithTabLayout () |
Public Attributes | |
float | xadvance |
float | yadvance |
float | xoffset |
float | yoffset |
double | scaleV |
double | scaleH |
uint | glyph |
GlyphLayout * | more |
This struct stores a positioned glyph. This is the result of the layout process. If a char gets translated to more than one glyph, a linked list is built.