Table of Contents

Delegate PdfMissingGlyphMapper

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Defines a method that substitutes text for a missing glyph in a PDF font.

public delegate string? PdfMissingGlyphMapper(string glyphText)

Parameters

glyphText string

The text to map.

Returns

string

The substitution text.

Remarks

The method can return null or empty string as the result of the mapping.

Text for different glyphs can be mapped to the same Unicode string.

Constructors

PdfMissingGlyphMapper(object, IntPtr)

Methods

BeginInvoke(string, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(string)