nn::font::Vertex Enumerated Typeenum Vertex;
| Value | Description |
|---|---|
| VERTEX_LT | The vertex coordinate of the upper-left corner. |
| VERTEX_RT | The vertex coordinate of the upper-right corner. |
| VERTEX_LB | The vertex coordinate of the lower-left corner. |
| VERTEX_RB | The vertex coordinate of the lower-right corner. |
| VERTEX_MAX | The total number of values in the enumerated type. |
Used when accessing the vertex coordinates set for the four corners of a pane.
CONFIDENTIAL