enum

Blend2D::Text::TextEncoding

Inherits Enum < Comparable < Value < Object

Constants

UTF8 = 0_u32
UTF16 = 1_u32
UTF32 = 2_u32
LATIN1 = 3_u32
WCHAR = 4_u32

Instance methods

latin1?

Returns true if this enum value equals LATIN1

Source
utf16?

Returns true if this enum value equals UTF16

Source
utf32?

Returns true if this enum value equals UTF32

Source
utf8?

Returns true if this enum value equals UTF8

Source
wchar?

Returns true if this enum value equals WCHAR

Source