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.
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.