Create a solid line style with the default width of 1 logical pixel.
()
| 51 | |
| 52 | /// Create a solid line style with the default width of 1 logical pixel. |
| 53 | pub fn solid() -> Self { |
| 54 | Self::default() |
| 55 | } |
| 56 | |
| 57 | /// Create a dotted line style with the given dot spacing in logical pixels. |
| 58 | pub fn dotted(spacing: f32) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected