Class: Magick::RVG::Utility::RLTextStrategy
- Inherits:
-
TextStrategy
- Object
- TextStrategy
- Magick::RVG::Utility::RLTextStrategy
- 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
224 225 226 |
# File 'lib/rvg/misc.rb', line 224 def render(x, y, text) fail NotImplementedError end |