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 - More support on italic effect
Summary: More support on italic effect
Status: NEW
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.10
Hardware: x86_64 Linux
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 09:55 UTC by Jerry
Modified: 2018-11-10 14:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).