# File lib/bio/graphics/glyph.rb, line 382
  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