#include <SLCTileMeasure.h>
Stores measures for a tile, an area on a line into which text is flowed.
- See Also
- SLCTileManager
| SLCTileMeasure::SLCTileMeasure | ( | const PMReal & | xPosition, | | | const PMReal & | width, | | | int32 | textSpan | | ) | | |
| inline |
| virtual SLCTileMeasure::~SLCTileMeasure | ( | void | | ) | |
| inlinevirtual |
| int32 SLCTileMeasure::fTextSpan |
Set to zero when composition starts, set to the number of characters in the tile once composition completes.
| PMReal SLCTileMeasure::fXPosition |
x position of the tile (it might seem better to store an offset relative to the edge of the line but the tiler gives us positions, the wax line stores positions so we store positions here).