Values_0.FontConfigurationSourceConfigures the display properties of the given text.
type nonrec t = {fontSize : FontSize.t option;The option that determines the text display size.
*)fontDecoration : FontDecoration.t option;Determines the appearance of decorative lines on the text.
*)fontColor : HexColor.t option;Determines the color of the text.
*)fontWeight : FontWeight.t option;The option that determines the text display weight, or boldness.
*)fontStyle : FontStyle.t option;Determines the text display face that is inherited by the given font family.
*)fontFamily : LimitedString.t option;The font family that you want to use.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ]) list ])
list ]