Table of Contents

Property OmittedGlyphCount

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

OmittedGlyphCount

Gets the number of glyphs the planner dropped from this cluster because the face has no glyph for them and the caller asked for undrawable glyphs to be omitted.

public int OmittedGlyphCount { get; init; }

Property Value

int

Remarks

Always zero unless omitUndrawableGlyphs was requested. A caller reports this as lost content; DesiredAdvance is unaffected, so the omission never moves the text around it.