Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[[ Bug 20482 ]] Use replacement chars on a cluster rather than glyph basis #6340
Conversation
…basis We need fields to visually represent grapheme boundaries so that navigation works as expected, so deal with glyph info on a cluster by cluster basis, replacing whole clusters with a replacement char if any part of it is unsupported by the current font or fallback font.
|
@livecode-vulcan review ok 2565cfe |
|
|
[[ Bug 20482 ]] Use replacement chars on a cluster rather than glyph basis We need fields to visually represent grapheme boundaries so that navigation works as expected, so deal with glyph info on a cluster by cluster basis, replacing whole clusters with a replacement char if any part of it is unsupported by the current font or fallback font.
|
|
@livecode-vulcan review ok 6d7ea85 |
|
|
[[ Bug 20482 ]] Use replacement chars on a cluster rather than glyph basis We need fields to visually represent grapheme boundaries so that navigation works as expected, so deal with glyph info on a cluster by cluster basis, replacing whole clusters with a replacement char if any part of it is unsupported by the current font or fallback font.
|
|
Not sure what's going on here, think I must be missing a commit or forgot to commit something. |
|
@montegoulding Ok, fixed and tested! |
|
@livecode-vulcan review ok da7045d Sorry I missed that! |
|
|
[[ Bug 20482 ]] Use replacement chars on a cluster rather than glyph basis We need fields to visually represent grapheme boundaries so that navigation works as expected, so deal with glyph info on a cluster by cluster basis, replacing whole clusters with a replacement char if any part of it is unsupported by the current font or fallback font.
|
557cfa4
into
livecode:develop
We need fields to visually represent grapheme boundaries so that navigation
works as expected, so deal with glyph info on a cluster by cluster basis,
replacing whole clusters with a replacement char if any part of it is
unsupported by the current font or fallback font.