(uc *units.Context)
| 46 | } |
| 47 | |
| 48 | func (ts *TextStyle) ToDots(uc *units.Context) { |
| 49 | ts.FontRender.ToDots(uc) |
| 50 | ts.Padding.ToDots(uc) |
| 51 | } |
| 52 | |
| 53 | // Text specifies a single text element in a plot |
| 54 | type Text struct { |
no outgoing calls
no test coverage detected