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

src/test.cc: wrong field printed #188

Closed
emuller-amazon opened this issue Nov 30, 2015 · 0 comments
Closed

src/test.cc: wrong field printed #188

emuller-amazon opened this issue Nov 30, 2015 · 0 comments

Comments

@emuller-amazon
Copy link
Contributor

src/test.cc, around line 95:

printf ("cluster %d glyph 0x%x at   (%d,%d)+(%d,%d)\n",
    info->cluster,
    info->codepoint,
    pos->x_offset,
    pos->x_offset,
    pos->x_advance,
    pos->y_advance);

Note that pos->x_offset is printed twice, I suspect that the second was intended to be pos->y_offset.

@behdad behdad closed this as completed in 8e5f902 Dec 1, 2015
gpgreen pushed a commit to gpgreen/harfbuzz that referenced this issue Jan 10, 2024
re-export ot and aat

hb_ot and aat functions are not exported in the latest release. Use additional wrapper.h to include missing headers
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

No branches or pull requests

1 participant