MCPcopy
hub / github.com/scottbez1/splitflap / write

Method write

thirdparty/panelize.py:1132–1137  ·  view source on GitHub ↗
( self, writer )

Source from the content-addressed store, hash-verified

1130 raise Exception( "Font.tag_value( '%s' )." % value )
1131
1132 def write( self, writer ):
1133 writer.begin( self )
1134 self.write_objects( writer, ( "size", "thickness" ), False )
1135 if self.italic:
1136 writer.write_text( "italic" )
1137 writer.end()
1138
1139 def copy( self, trans ):
1140 obj = Font( self.obj_name )

Callers

nothing calls this directly

Calls 4

beginMethod · 0.80
write_objectsMethod · 0.80
write_textMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected