Module: Prawn::Emoji::Drawable
- Defined in:
- lib/prawn/emoji/drawable.rb
Instance Method Summary collapse
Instance Method Details
#draw_text!(text, options) ⇒ Object
8 9 10 11 |
# File 'lib/prawn/emoji/drawable.rb', line 8 def draw_text!(text, ) text_without_emoji = emoji_drawer.draw(text.to_s, ) super text_without_emoji, end |