프로젝트

일반

사용자정보

개정판 a3b64994

IDa3b64994ddcc038a61cec7e5bb6d4eaf3c778de7
상위 cf3634ce
하위 c90f5bde

humkyung 이(가) 6년 이상 전에 추가함

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