Position of a glyph within a VisualRun.
More...
#include <gfx_layout.h>
|
| int16_t | left |
| | Left-most position of glyph.
|
| int16_t | right |
| | Right-most position of glyph.
|
| int16_t | top |
| | Top-most position of glyph.
|
Position of a glyph within a VisualRun.
Definition at line 116 of file gfx_layout.h.
◆ Position() [1/2]
| ParagraphLayouter::Position::Position |
( |
int16_t | left, |
|
|
int16_t | right, |
|
|
int16_t | top ) |
|
inlineconstexpr |
◆ Position() [2/2]
| ParagraphLayouter::Position::Position |
( |
const Point & | pt | ) |
|
|
inlineconstexpr |
◆ left
| int16_t ParagraphLayouter::Position::left |
◆ right
| int16_t ParagraphLayouter::Position::right |
◆ top
| int16_t ParagraphLayouter::Position::top |
The documentation for this class was generated from the following file: