( self, trans )
| 1179 | writer.end() |
| 1180 | |
| 1181 | def copy( self, trans ): |
| 1182 | obj = Effects( self.obj_name ) |
| 1183 | obj.set( "font", self.font.copy( trans ) ) |
| 1184 | obj.set( "justify", self.justify.copy( trans ) ) |
| 1185 | return obj |
| 1186 | |
| 1187 | |
| 1188 | class Drill( KicadFatObj ): |