NvUIFontFamily Struct Reference

Default font families you may reference. More...

#include <NvUI.h>

List of all members.

Public Types

enum  Enum { DEFAULT = 0, SANS = DEFAULT, MONO = 1, COUNT }


Detailed Description

Default font families you may reference.

This enum represents the families/typefaces for use in NvUI-based applications.

We currently use a default font that is sans-serif, generated from Roboto Condensed, and a monospaced font generated from Courier New. Both fonts have normal and bold styles in their respective bitmap files, so have bolding supported.

See also:
NvBitFont.h

NvUIText


Member Enumeration Documentation

Enumerator:
DEFAULT  Default font as initialized.
SANS  Sans serif style font.
MONO  Monospaced style font.


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