| 47 | } |
| 48 | |
| 49 | type location struct { |
| 50 | lastH int // 上一个高度 |
| 51 | drawX, maxTwidth float64 // 文字边距 |
| 52 | rlineX, rlineY float64 // 宽高记录 |
| 53 | rtitleW float64 // 标题位置 |
| 54 | } |
| 55 | |
| 56 | const ( |
| 57 | kanbanPath = "data/Control/" |
nothing calls this directly
no outgoing calls
no test coverage detected