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 488 - Please allow caller to disable kerning
Summary: Please allow caller to disable kerning
Status: RESOLVED FIXED
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 04:13 UTC by Nicos
Modified: 2009-09-26 01:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicos 2007-09-05 04:13:58 UTC
Sometimes you might wish to disable kerning so that characters do not move when they change. Please add an option to disable kerning either on a per font basis or per render call.
Comment 1 Sam Lantinga 2009-09-26 01:14:46 UTC
You got it:
Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()