nn::font::Vertex Enumerated Type

Syntax

enum Vertex;

Value

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.

Description

Used when accessing the vertex coordinates set for the four corners of a pane.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL