Enum Class BufferDiffFlags

java.lang.Object
java.lang.Enum<BufferDiffFlags>
org.freedesktop.harfbuzz.BufferDiffFlags
All Implemented Interfaces:
Enumeration, Serializable, Comparable<BufferDiffFlags>, Constable

@Generated("io.github.jwharm.JavaGI") public enum BufferDiffFlags extends Enum<BufferDiffFlags> implements Enumeration
Flags from comparing two hb_buffer_t's.

Buffer with different hb_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 .notdef glyphs.

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.