Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ofTruetypeFont: fix kerning calculation #6464

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

arturoc
Copy link
Member

@arturoc arturoc commented Nov 20, 2019

We were calling prevC,c but should be leftC,rightC which also
changes depending on the text direction.

Fixes #6437

We were calling prevC,c but should be leftC,rightC which also
changes depending on the text direction.

Fixes openframeworks#6437
@arturoc arturoc merged commit 49942e9 into openframeworks:master Nov 21, 2019
@arturoc arturoc deleted the bugfix-kerning branch November 21, 2019 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kerning bug in ofTrueTypeFont::getKerning() - character pair lookup is backwards
1 participant