Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontDescriptor.MissingWidth Property

The width to use for character codes whose widths are not specified in a font dictionary’s Widths array.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public double MissingWidth { get; }

Property Value

Type Description
Double

A Double value.

Remarks

This shall have a predictable effect only if all such codes map to glyphs whose actual widths are the same as the value of the MissingWidth property.

See Also