class Magick::Draw

def font(name)

Specify text drawing font
def font(name)
    primitive "font #{name}"
end