Skip to content

Conversation

maksqwe
Copy link
Contributor

@maksqwe maksqwe commented Jan 23, 2014

'if (pos->y_advance)' result is always false. 'pos' is pointer to array of hb_glyph_position_t structures

'if (pos->y_advance)' result is always false. 'pos' is pointer to array of hb_glyph_position_t structures
@behdad
Copy link
Member

behdad commented Jan 23, 2014

Thanks. I fixed this manually. Note that your comment "'if (pos->y_advance)' result is always false." is incorrect. pos->y_advance is equivalent to pos[0].y_advance in C / C++.

@behdad behdad closed this Jan 23, 2014
behdad added a commit that referenced this pull request Jan 23, 2014
jfkthame pushed a commit to jfkthame/harfbuzz that referenced this pull request Apr 27, 2014
@kcc kcc mentioned this pull request Oct 9, 2015
gpgreen pushed a commit to gpgreen/harfbuzz that referenced this pull request Jan 10, 2024
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.

2 participants