Click or drag to resize

PdfUsedFont Replace Method

Replaces the specified new font.

Namespace: Spire.Pdf.Graphics.Fonts
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Replace(
	PdfFontBase newFont
)

Parameters

newFont
Type: Spire.Pdf.Graphics PdfFontBase
The new font.
See Also