개정판 a3b64994
fixed issue #574: 폰트 설정
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
69 | 69 |
self.y = int(found[1]) |
70 | 70 |
self.width = int(found[2]) |
71 | 71 |
self.height = int(found[3]) |
72 | ||
73 |
''' |
|
74 |
@brief to string |
|
75 |
@author humkyung |
|
76 |
@date 2018.06.30 |
|
77 |
''' |
|
78 |
def toString(self): |
|
79 |
return '({},{}),({},{})'.format(self.x, self.y, self.width, self.height) |
|
72 | 80 |
|
73 | 81 |
''' |
74 | 82 |
@brief clone an object |
내보내기 Unified diff