DecompositionType enum

The type of Unicode character decomposition.

Inheritance

Constructors

DecompositionType()
const

Values

font → const DecompositionType

A font variant (e.g. a blackletter form).

noBreak → const DecompositionType

A no-break version of a space or hyphen.

initial → const DecompositionType

An initial presentation form (Persian).

medial → const DecompositionType

A medial presentation form (Persian).

finalForm → const DecompositionType

A final presentation form (Persian).

isolated → const DecompositionType

An isolated presentation form (Persian).

circle → const DecompositionType

An encircled form.

superscript → const DecompositionType

A superscript form.

subscript → const DecompositionType

A subscript form.

vertical → const DecompositionType

A vertical layout presentation form.

wide → const DecompositionType

A wide (or zenkaku) compatibility character.

narrow → const DecompositionType

A narrow (or hankaku) compatibility character.>

small → const DecompositionType

A small variant form (CNS compatibility).

square → const DecompositionType

A CJK squared font variant.

fraction → const DecompositionType

A vulgar fraction form.

compat → const DecompositionType

Otherwise unspecified compatibility character.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DecompositionType>
A constant List of the values in this enum, in order of their declaration.