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

Summary: Please allow caller to disable kerning
Product: SDL_ttf Reporter: Nicos <nicosp>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: unspecified   
Hardware: All   
OS: All   

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()