Known Participant
April 13, 2022
Answered
How to detect line change (SDK, C++)
- April 13, 2022
- 1 reply
- 593 views
Hi
I'm trying to find the line flow change after inserting ruby text. I've tried these steps.
- By checking textspan before and after; waxLine->GetTextSpan; but return same value; also called invalidateruns.
- Then waxRun->GetCharCount
- Then waxGlyphs->GetGlyphAt last index
- also tried with few x, y offset calls
all returns same result before and after. Please refer the attached screen shot and suggest how to detect the line change.
thank you
