Create a new style initialized with given D code.
raylib and std.string are accessible inside by default.
Note: It is recommended to create a root style node defining font parameters and then inherit other styles from it.
D code to use.
Styles to inherit from. See Style.this documentation for more info.
Data to pass to the code as the context. All fields of the struct will be within the style's scope.
See Implementation
Create a new style initialized with given D code.
raylib and std.string are accessible inside by default.
Note: It is recommended to create a root style node defining font parameters and then inherit other styles from it.