NvBftStyle Struct Reference

BitFont supports 'styles' via embedded character codes and string literals. More...

#include <NvBitFont.h>

List of all members.

Public Types

enum  Enum { NORMAL = 0x10, BOLD, MAX }


Detailed Description

BitFont supports 'styles' via embedded character codes and string literals.

You can directly use the following as character values for switching between the top and bottom 'halves' of a 'split' font files. This is currently used as 'normal' and 'bold' styles, but the two halves could actually be set up as different typeface families. There are also matching string literals for equivalent use directly in C quoted string composition.

See also:
NVBF_STYLESTR_NORMAL

NVBF_STYLESTR_BOLD


Member Enumeration Documentation

Enumerator:
NORMAL  Sets further text to normal style.

BOLD  Sets further text to bold style, for fonts loaded with bold support.

MAX  Used for programmatic range checking of embedded codes.


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