56a48bb1aa
Unlike many users of HarfBuzz, the Skia shaper sets HB_BUFFER_FLAG_BOT and HB_BUFFER_FLAG_EOT flags to inform HarfBuzz that the full context contains the beginning and end of the paragraph so that it can treat the beginning and end of the context specially. In reality, the EOT flag currently does nothing and the BOT flag only has the effect of adding a dotted circle (if the font provides it) if the first codepoint in the text and context is a unicode mark. This behavior is generally unwanted, so just remove it with a note to revisit this decision should HarfBuzz ever change the effect of these flags. Bug: skia:9618 Change-Id: I6cdf86ff3499e1321b1212d63192a4a9c5847e39 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264686 Auto-Submit: Ben Wagner <bungeman@google.com> Reviewed-by: Julia Lavrova <jlavrova@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> |
||
---|---|---|
.. | ||
canvaskit | ||
particles | ||
pathkit | ||
skottie | ||
skparagraph | ||
skplaintexteditor | ||
skresources | ||
sksg | ||
skshaper |