Serabe / RMagick4J

RMagick for JRuby.
Other
29 stars 13 forks source link

Italic style support #11

Open regfaker opened 12 years ago

regfaker commented 12 years ago

What steps will reproduce the problem?

  1. Try to use font_style ItalicStyle

What is the expected output? What do you see instead? Italic style expected, got no reaction to font_style( ItalicStyle ). font_style= method not implemented in Draw.

What version of the product are you using? On what operating system? rmagick4j-0.3.7, ubuntu 11.10

Please provide any additional information below.

I've added font_style= method and java implementation for that too. See attached files. I'm not sure if this edit is ok with your conventions but if you want to implement font style you can take a look (diff).

git://gist.github.com/2758243.git

Serabe commented 12 years ago

Can you please fork RMagick4J, commit your changes and make a pull request, please? Having an eyetest in RMagick4J/test/eyetests/tests would be nice too.