# File lib/bio/graphics/glyph.rb, line 515 def self.label(args) [Bio::Graphics::Primitive.new(:text, :text => args[:text], :x => args[:x], :y => args[:y], :fill => "black", :style => "font-family:monospace;")] end