Tao.Sdl SDK Documentation

SdlTtf Fields

The fields of the SdlTtf class are listed below. For a complete list of SdlTtf class members, see the SdlTtf Members topic.

Public Static (Shared) Fields

TTF_MAJOR_VERSION Major Version
TTF_MINOR_VERSION Minor Version
TTF_PATCHLEVEL Patch Version
TTF_STYLE_BOLD Used to indicate bold rendering style. This is used a bitmask along with other styles.
TTF_STYLE_ITALIC Used to indicate italicized rendering style. This is used a bitmask along with other styles.
TTF_STYLE_NORMAL Used to indicate regular, normal, plain rendering style.
TTF_STYLE_UNDERLINE Used to indicate underlined rendering style. This is used a bitmask along with other styles.
UNICODE_BOM_NATIVE This allows you to switch byte-order of UNICODE text data to native order, meaning the mode of your CPU. This is meant to be used in a UNICODE string that you are using with the SDL_ttf API.
UNICODE_BOM_SWAPPED This allows you to switch byte-order of UNICODE text data to swapped order, meaning the reversed mode of your CPU. So if your CPU is LSB, then the data will be interpreted as MSB. This is meant to be used in a UNICODE string that you are using with the SDL_ttf API.

See Also

SdlTtf Class | Tao.Sdl Namespace