Vixen
dd8b0a81
csharp
public enum TextTransform

What text-transform does to the characters before they are shaped.

Read the guide page for this →

Remarks

CSS Text 3 § 2.1. full-width and full-size-kana are not here: both are compatibility mappings for Japanese input methods, neither has a utility class in any framework this repository follows, and both would want a second table for a case no interface in this tree can reach.

Fields and properties (4)

  • None

    The text is drawn as it was written. The initial value.

  • Uppercase

    Every character in uppercase.

  • Lowercase

    Every character in lowercase.

  • Capitalize

    The first letter of every word in titlecase, and the rest untouched.

Used by (7)

  • FinalSigmaTestsVixen.Ui.Text.Tests
  • LithuanianCasingTestsVixen.Ui.Text.Tests
  • TransformedTextVixen.Ui.Text
  • TransformedTextTestsVixen.Ui.Text.Tests
  • TurkicCasingTestsVixen.Ui.Text.Tests
  • UiDocumentVixen.Ui
  • UiElementVixen.Ui