Functions | |
void | Define_Named_Style (char const *style_name, char const *source_segment) |
void | UnDefine_Named_Style (char const *style_name) |
void Define_Named_Style | ( | char const * | style_name, | |
char const * | source_segment | |||
) |
Defines a name that can be used to draw other segments in the style of the source.
style_name | - Name of the custom style. | |
source_segment | - Name of the style source. |
Additionally, any conditionals and callbacks set on named styles will result in unexpected or undesirable behavior.
void UnDefine_Named_Style | ( | char const * | style_name | ) |
Removes a named style definintion established by a previous call to Define_Named_Style.
style_name | - Name of the custom style. |