Class: Magick::RVG::Utility::RLTextStrategy

Inherits:
TextStrategy show all
Defined in:
lib/rvg/misc.rb

Overview

class LRTextStrategy

Instance Method Summary collapse

Methods inherited from TextStrategy

#enquote, #glyph_metrics, #initialize, #render_glyph, #shift_baseline, #text_rel_coords

Constructor Details

This class inherits a constructor from Magick::RVG::Utility::TextStrategy

Instance Method Details

#render(x, y, text) ⇒ Object

Raises:

  • (NotImplementedError)


239
240
241
# File 'lib/rvg/misc.rb', line 239

def render(x, y, text)
    raise NotImplementedError
end