Since 1.5.0difference in HarfBuzz.glyph_info_t.cluster
difference in HarfBuzz.glyph_info_t.codepoint
buffers with different HarfBuzz.buffer_content_type_t.
dotted circle glyph is present in the reference buffer.
equal buffers.
difference in HarfBuzz.glyph_flags_t.
buffers with differing length.
.notdef glyph is present in the
reference buffer.
difference in HarfBuzz.glyph_position_t.
Flags from comparing two HarfBuzz.buffer_t's.
Buffer with different HarfBuzz.buffer_content_type_t cannot be meaningfully compared in any further detail.
For buffers with differing length, the per-glyph comparison is not attempted, though we do still scan reference buffer for dotted circle and
.notdefglyphs.If the buffers have the same length, we compare them glyph-by-glyph and report which aspect(s) of the glyph info/position are different.
Since
1.5.0