Tao.Sdl SDK Documentation

SdlTtf.UNICODE_BOM_NATIVE Field

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.

[Visual Basic]
Public Const UNICODE_BOM_NATIVE As Integer = 65279
[C#]
public const int UNICODE_BOM_NATIVE = 65279;

See Also

SdlTtf Class | Tao.Sdl Namespace