Skip to content

TBLTextEncoding

Text encoding.

Definition

Unit: Blend2D

type TBLTextEncoding = (Utf8, Utf16, Utf32, Latin1)

Enumeration Values

Utf8 (0)

UTF-8 encoding.


Utf16 (1)

UTF-16 encoding.


Utf32 (2)

UTF-32 encoding.


Latin1 (3)

LATIN1 encoding (one byte per character).