# File lib/rvg/misc.rb, line 184
                def get_letter_spacing(glyph)
                    gx, gy = glyph_metrics(@ctx.text_attrs.glyph_orientation_horizontal, glyph)
                    [gx+@ctx.text_attrs.letter_spacing, gy]
                end