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)


218
219
220
# File 'lib/rvg/misc.rb', line 218

def render(_x, _y, _text)
  raise NotImplementedError
end