Tao.Sdl SDK Documentation

SdlTtf.UNICODE_BOM_SWAPPED Field

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.

[Visual Basic]
Public Const UNICODE_BOM_SWAPPED As Integer = 65534
[C#]
public const int UNICODE_BOM_SWAPPED = 65534;

See Also

SdlTtf Class | Tao.Sdl Namespace