StyleDefault returns a pointer to the current default style
()
| 14 | |
| 15 | // StyleDefault returns a pointer to the current default style |
| 16 | func StyleDefault() *Style { |
| 17 | |
| 18 | return defaultStyle |
| 19 | } |
| 20 | |
| 21 | // SetStyleDefault sets the default style |
| 22 | func SetStyleDefault(s *Style) { |
no outgoing calls
no test coverage detected