nw::font::Vertex Enumerated Typeenum Vertex;
| Value | Description |
|---|---|
| VERTEX_LT | The upper left corner vertex coordinates. |
| VERTEX_RT | The upper right corner vertex coordinates. |
| VERTEX_LB | The lower left corner vertex coordinates. |
| VERTEX_RB | The lower right corner vertex coordinates. |
| VERTEX_MAX | Total number of enumerators. |
Used when accessing the vertex coordinates set for the four corners of a pane.
CONFIDENTIAL