Class Dragonfly::Generation::RMagickGenerator
In: lib/dragonfly/generation/r_magick_generator.rb
Parent: Object

Methods

plasma   text  

Included Modules

RMagickUtils Configurable

Constants

FONT_STYLES = { 'normal' => Magick::NormalStyle, 'italic' => Magick::ItalicStyle, 'oblique' => Magick::ObliqueStyle
FONT_STRETCHES = { 'normal' => Magick::NormalStretch, 'semi-condensed' => Magick::SemiCondensedStretch, 'condensed' => Magick::CondensedStretch, 'extra-condensed' => Magick::ExtraCondensedStretch, 'ultra-condensed' => Magick::UltraCondensedStretch, 'semi-expanded' => Magick::SemiExpandedStretch, 'expanded' => Magick::ExpandedStretch, 'extra-expanded' => Magick::ExtraExpandedStretch, 'ultra-expanded' => Magick::UltraExpandedStretch
FONT_WEIGHTS = { 'normal' => Magick::NormalWeight, 'bold' => Magick::BoldWeight, 'bolder' => Magick::BolderWeight, 'lighter' => Magick::LighterWeight, '100' => 100, '200' => 200, '300' => 300, '400' => 400, '500' => 500, '600' => 600, '700' => 700, '800' => 800, '900' => 900

Public Instance methods

[Validate]