Pango.TextTransform – pango Reference Manual
TextTransform
Description:
[
CCode
( cprefix =
"PANGO_TEXT_TRANSFORM_"
, type_id =
"pango_text_transform_get_type ()"
) ]
[
Version
( since =
"1.50"
) ]
public
enum
TextTransform
An enumeration that affects how Pango treats characters during shaping.
Namespace:
Pango
Package:
pango
Content:
Enum values:
CAPITALIZE
-
Display the first character of a word in titlecase
LOWERCASE
-
Display letters and numbers as lowercase
NONE
-
Leave text unchanged
UPPERCASE
-
Display letters and numbers as uppercase
2022 vala-language.org