NvBftAlign Struct Reference

Alignment modes for text output. More...

#include <NvBitFont.h>

List of all members.

Public Types

enum  Enum {
  LEFT = 0, RIGHT = 1, CENTER = 2, TOP = 0,
  BOTTOM = 1
}


Detailed Description

Alignment modes for text output.

BitFont supports standard 'cell' alignment, either to the screen bounds or to a specified 'box'. Note that the center-alignment enumerant is used for both horizontal and vertical alignments.

Note: for coexisting with NvUI, these values duplicate those in NvUITextAlign.


Member Enumeration Documentation

Enumerator:
LEFT  [Default] Left aligned
RIGHT  Right aligned.
CENTER  Center aligned.
TOP  [Default] Top aligned
BOTTOM  Bottom aligned.


The documentation for this struct was generated from the following file: