Points returns the length in postscript points.
()
| 20 | |
| 21 | // Points returns the length in postscript points. |
| 22 | func (l Length) Points() float64 { |
| 23 | return float64(l) |
| 24 | } |
| 25 | |
| 26 | // Common lengths. |
| 27 | const ( |
no outgoing calls
no test coverage detected