Edit

Share via


BufferDiffFlags Enum

Definition

Flags indicating differences between two buffers when compared.

public enum BufferDiffFlags
Inheritance
BufferDiffFlags

Fields

Name Value Description
Equal 0

The buffers are equal.

ContentTypeMismatch 1

Content types differ between the buffers.

LengthMismatch 2

Buffer lengths differ.

NotdefPresent 4

A .notdef glyph is present in one of the buffers.

DottedCirclePresent 8

A dotted circle glyph is present in one of the buffers.

CodepointMismatch 16

Codepoints or glyph indices differ between the buffers.

ClusterMismatch 32

Cluster values differ between the buffers.

GlyphFlagsMismatch 64

Glyph flags differ between the buffers.

PositionMismatch 128

Glyph positions differ between the buffers.

Applies to