# File lib/rvg/misc.rb, line 599
        def glyph_orientation_horizontal(deg)
            deg = Magick::RVG.convert_one_to_float(deg)
            @text_attrs.glyph_orientation_horizontal = (deg % 360) / 90 * 90
            nil
        end