# File lib/rvg/misc.rb, line 243
        def get_word_spacing()
            @word_space ||= glyph_metrics(@ctx.text_attrs.glyph_orientation_vertical, ' ')[1]
            [0, @word_space + @ctx.text_attrs.word_spacing]
        end