We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2729

Summary: More support on italic effect
Product: SDL_ttf Reporter: Jerry <a12a12a12a122001>
Component: miscAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2 CC: sylvain.becker
Version: 2.0.10   
Hardware: x86_64   
OS: Linux   

Description Jerry 2014-09-15 09:55:42 UTC
I'm using SDL_TTF library to display characters with italic effect.
With TTF_STYLE_ITALIC set, the characters displayed are always skewed to the right.

I would be grateful if characters can be displayed with the following italic effects:
1. Italic characters skewed to the left.
2. Italic characters skewed upwards or downwards, which has the effect of the Asian characters in this website, http://koji.ec/italics-in-vertical/.
Comment 1 Sylvain 2018-11-10 14:08:13 UTC
BTW, having "Italic characters skewed to the left." is an easy patch by setting a negative value to "shear.xy" (code applying italics style).