# File lib/rvg/misc.rb, line 559
        def font(name)
            @gc.font(name)
            @shadow[-1].font = name
            nil
        end