API Reference

Enum

PdfTextShapingMode

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls dependency-free generated text shaping applied before PDF glyph writing.

Inheritance

  • Enum
  • PdfTextShapingMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfTextShapingMode UnicodeScalar #

Write one font glyph for each Unicode scalar, with no built-in substitutions.

Value: 0
public const PdfTextShapingMode LatinLigatures #

Apply built-in substitutions for the standard Latin presentation ligatures ff, fi, fl, ffi, and ffl when the embedded font covers them.

Value: 1