csharp
public enum TextTransformWhat text-transform does to the characters before they are shaped.
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)
NoneThe text is drawn as it was written. The initial value.
UppercaseEvery character in uppercase.
LowercaseEvery character in lowercase.
CapitalizeThe 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